Use "detectron" tag for questions related to FAIR's detectron or detectron2 framework for object detection and segmentation.
Questions tagged [detectron]
217 questions
-1
votes
1 answer
Can you run human pose estimation and object detection at same time in Detectron2
Is it possible to run human pose estimation and the object detection that identifies other objects such as cars, animals, etc?

Dark Apostle
- 189
- 4
- 18
-2
votes
1 answer
detectron2 return data did not register, but i registered it?
I am currently trying to import the DiffusionDet model, which is based on detectron2, in order to train it on a new dataset. Following the detectron2 readme, I attempted to register the aquarium dataset. However, when I run the train_net.py file, it…

LongVuBui
- 1
- 1
-2
votes
1 answer
Is there a way to update existing detectron2's model_final.pth file with new annotations?
I am new to machine learning. Need help.
I have been looking for a solution to update the existing detectron2 model_final.pth file with new annotations, can you guys suggest a solution.
As i am new to ML, haven't tried yet, exploring it.

Prashant
- 1
-2
votes
1 answer
How to make detectron2 train on validation dataset in colab notebook?
There is no evaluation during training in the Google Colab Notebook for detectron2 as can be seen here: https://colab.research.google.com/drive/16jcaJoc6bCFAQ96jDe2HwtXj7BMD_-m5.
It does not use the validation data while training a custom dataset.…

YadneshD
- 396
- 2
- 12
-2
votes
2 answers
a['regions'] KeyError in balloon.py
In the balloon.py file in Detectron2 samples, I get a KeyError of 'regions' whenever I run the balloon.py on my custom dataset. I figured something was wrong with the json file in the train folder, so I first used the latest VIA 3 and then VIA…

Allie W.
- 11
- 1
- 5
-2
votes
1 answer
Training a detectron2 model on intel neural compute stick2
Any one knows how to train faster_rcnn_R_50_FPN_3x model which is pytorch-based model from detectron2 models zoo on intel neural compute stick2 device ?
I've already installed openvino-toolkit and run correctly one of their demos on my device.
I've…

Yang3102
- 3
- 3