From bcba1402987be82aa87942b4f77810c0d1f424e5 Mon Sep 17 00:00:00 2001 From: Matteo Bortoletto Date: Fri, 10 Jan 2025 15:47:06 +0100 Subject: [PATCH] up --- boss/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boss/README.md b/boss/README.md index 92e2d01..06eeb6f 100644 --- a/boss/README.md +++ b/boss/README.md @@ -7,10 +7,10 @@ Run `conda env create -f environment.yml`. We re-extracted bounding box annotations using Yolo-v8. The new data is in `new_bbox/`. The rest of the data can be found [here](https://drive.google.com/drive/folders/1b8FdpyoWx9gUps-BX6qbE9Kea3C2Uyua). ## Train -`source run_train.sh`. +`python train.py`. You can specify different arguments in the parser. ## Test -`source run_test.sh` (specify the path to the model). +`python test.py`. You can specify different arguments in the parser. ## Resources -The original project page for the BOSS dataset can be found [here](https://sites.google.com/view/bossbelief/). Our code is based on the original implementation. \ No newline at end of file +The original project page for the BOSS dataset can be found [here](https://sites.google.com/view/bossbelief/). Our code is based on the original implementation.