mtomnet/boss/README.md
2025-01-10 15:39:20 +01:00

585 B

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.

Train

source run_train.sh.

Test

source run_test.sh (specify the path to the model).

Resources

The original project page for the BOSS dataset can be found here. Our code is based on the original implementation.