diff --git a/README.md b/README.md index 13610023..f1490f03 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,7 @@ With ROICaT, you can: ### TRACKING: - [Online App](https://huggingface.co/spaces/richiehakim/ROICaT_tracking): Good for first time users. Try it out without installing anything. - [Interactive - notebook](https://github.com/RichieHakim/ROICaT/blob/main/notebooks/tracking/1_tracking_interactive_notebook.ipynb). Or run on google colab: - Open In Colab - + notebook](https://github.com/RichieHakim/ROICaT/blob/main/notebooks/tracking/1_tracking_interactive_notebook.ipynb). Or run on google colab: Open In Colab - [Command line interface script](https://github.com/RichieHakim/ROICaT/blob/main/scripts/run_tracking.sh): ```shell roicat --pipeline tracking --path_params /path/to/params.yaml --dir_data /folder/with/data/ --dir_save /folder/save/ --prefix_name_save expName --verbose @@ -61,9 +59,7 @@ roicat --pipeline tracking --path_params /path/to/params.yaml --dir_data /folder ### CLASSIFICATION: - [Interactive notebook - - Drawing](https://github.com/RichieHakim/ROICaT/blob/main/notebooks/classification/A1_classify_by_drawingSelection.ipynb). Or run on google colab: - Open In Colab - + Drawing](https://github.com/RichieHakim/ROICaT/blob/main/notebooks/classification/A1_classify_by_drawingSelection.ipynb). Or run on google colab: Open In Colab - [Interactive notebook - Labeling](https://github.com/RichieHakim/ROICaT/blob/main/notebooks/classification/B1_labeling_interactive.ipynb) - [Interactive notebook - Train