-
Hi Everyone.
I want to train only 1 class i.e person out of all classes in COCO dataset. I have made changes to config files like below:
Is this correct that it will load only person class ? also,…
-
Thanks for the great work.
I want to train the network on a custom dataset to predict 7 keypoints. Any guidelines on how I can prepare the dataset class for this task?
And, other than changing …
-
Hi,
I'm an electronic engineer and I'm working on a custom program for Object Detection. I'm using YOLOV3.
I saw that YOLOV3 uses COCO dataset.
My goal is to customize YOLO so that he can rec…
-
Hi,
Thank you for the great work!
Is there any chance you may release the pretrained models for other backbone models, e.g. resnet101, resnet152 or mobilenet128_1.0, mobilenet128_0.75, mobilenet1…
-
Hi,
We are testing standard yolo v3 tiny model from darknet(https://github.com/AlexeyAB/darknet) with VOC 2012 on OpenVINO toolkit 2020.1 release
After converting the model to pb and then OpenVINO…
-
hi,consider mask_rcnn with **config below** and using a **custom dataset prepared in coco style(json)** files on **colab** env:
> model = dict(
> type='MaskRCNN',
> pretrained='torchvisio…
-
I'm picking up the code from dataset.py and noticed all my custom bounding boxes were coming up empty.
This is b/c of the check on 71 in dataset.py:
` if ann['area']
-
If I run: "python3 eval_yolov3.py --model yolov3-288" I am getting TypeError: 'module' object is not callable. Can you please help to resolve the same
-
I implemented a VOC-style mAP evaluation (following [toandaominh1997/EfficientDet.Pytorch](https://github.com/toandaominh1997/EfficientDet.Pytorch)).
Then, it appears like the empty class names in …
-