fasterrcnn-pytorch-training-pipeline
fasterrcnn-pytorch-training-pipeline copied to clipboard
COCO detetction Dataset
Hi, I have been trying to use https://pytorch.org/vision/stable/_modules/torchvision/datasets/coco.html to load the data and use it for training but model is not learning anything how do i work with it. Can you help me with it.
Thank you
Hi. The COCO dataset YAML file in the data_configs directory expects 81 classes instead of 91 classes. You can find the correct dataset here on Kaggle.
If you are facing a particular error, please let me know.
Hi Sovit, I wanted to know, If i can use
from torchvision.datasets import CocoDetection ,wrap_dataset_for_transforms_v2
dataset = CocoDetection(root_dir, annotation_file,transforms=transforms)
but model is not learning anything how do i work with it. Can you help me with it.