mmdetection_object_detection_demo
mmdetection_object_detection_demo copied to clipboard
How to train an object detection model with mmdetection
I am training model in Google Colab using my custom dataset and feeding data in coco format. I have already changed the number of classes in config file. But it...
hello, I have two issues actually , Both are related to running your colab code. First issue is when running the part where you change the number of classes, here...
i used your colab notebook and only changed the dataset inside your data folder.but when i ran train.py code i am getting following error ,dont know why? ``` KeyError: Caught...
How to resolve this? I am trying to run mmdetection repo on colab Link : https://colab.research.google.com/github/Tony607/mmdetection_object_detection_demo/blob/master/mmdetection_train_custom_data.ipynb?authuser=1#scrollTo=FNTFhKuVVhMr
RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other'
Hi Tony607, Thank you for this mmdetection object detection demo. I got an issue when running the demo: !python tools/train.py {config_fname} got these errors: 2019-10-02 09:08:06,271 - INFO - Distributed...
This error showed when running the Pascal VOC colab notebook. As you can see in the error, if you follow the file path their is a "." which does not...
Hi, I have my own dataset of 6 objects say a,b,c,d,e,f. Now at the output I want to use two softmax layers. One for the objects a,b,c and one for...
i fork your repo and updated my custo dataset in that folder, but when i your notebook i am getting following error raise ValueError('Cannot infer dataset year from img_prefix') i...