Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

How to run the benchmark obeject detection task on VOC dataset? #557

Open
Yoooss opened this issue Jul 8, 2022 · 1 comment
Open

How to run the benchmark obeject detection task on VOC dataset? #557

Yoooss opened this issue Jul 8, 2022 · 1 comment

Comments

@Yoooss
Copy link

Yoooss commented Jul 8, 2022

I want to run the benchmark object detection task on VOC0712 dataset. And I found the file "vissl/configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml" and the file "vissl/tools/object_detection_benchmark.py".
And I noticed that the object detection task need the dependency "Detectron".
However I didn't find the tutorial about how to install the compatible version of Detectron and using what command to run a object detection task ?May I get some help?

@Yoooss
Copy link
Author

Yoooss commented Jul 8, 2022

I used the command "python tools/object_detection_benchmark.py --config-file configs/config/benchmark/object_detection/voc0712/mocoV2/rn50_transfer_voc0712_detectron2_e2e.yaml --num-gpus 1 MODEL.WEIGHTS content/resnet_simclr_d2.torch" , to train the object detection task on VOC dataset on 1 GPU.

But It raised the error that "RuntimeError: radix_sort: failed on 1st step: cudaErrorInvalidDevice: invalid device ordinal". May I get some help about how to fix it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant