CCNet
CCNet copied to clipboard
A question about the training dataset
I have a question when I make the training dataset. I want to use my own dataset, but my dataset is in coco format,So I converted the dataset to voc format and use the class VOCDataSet. But when I begin to train, there was a strange problem. It fills up all the video memory,but not use and not report any errors.I am eager to get your help.

First, you could reduce the input size to avoid Out-of-Memory issue. Then, you are expected to check the dataloader can access the PASCAL VOC data.