mtomnet/boss/README.md

17 lines
648 B
Markdown
Raw Permalink Normal View History

2025-01-10 15:39:20 +01:00
# BOSS
## Installing Dependencies
Run `conda env create -f environment.yml`.
## New bounding box annotations
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
2025-01-10 15:47:06 +01:00
`python train.py`. You can specify different arguments in the parser.
2025-01-10 15:39:20 +01:00
## Test
2025-01-10 15:47:06 +01:00
`python test.py`. You can specify different arguments in the parser.
2025-01-10 15:39:20 +01:00
## Resources
2025-01-10 15:47:06 +01:00
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.