mtomnet/boss
2025-01-10 15:47:06 +01:00
..
models up 2025-01-10 15:39:20 +01:00
new_bbox up 2025-01-10 15:39:20 +01:00
plots up 2025-01-10 15:39:20 +01:00
results up 2025-01-10 15:39:20 +01:00
.gitignore up 2025-01-10 15:39:20 +01:00
dataloader.py up 2025-01-10 15:39:20 +01:00
environment.yml up 2025-01-10 15:39:20 +01:00
outfile up 2025-01-10 15:39:20 +01:00
README.md up 2025-01-10 15:47:06 +01:00
test.py up 2025-01-10 15:39:20 +01:00
train.py up 2025-01-10 15:39:20 +01:00
utils.py up 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.

Train

python train.py. You can specify different arguments in the parser.

Test

python test.py. You can specify different arguments in the parser.

Resources

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