up
This commit is contained in:
parent
25b8b3f343
commit
bcba140298
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue