CCNet icon indicating copy to clipboard operation
CCNet copied to clipboard

A question about the training dataset

Open JiewenZhao opened this issue 6 years ago • 1 comments

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. image

JiewenZhao avatar Apr 19 '19 14:04 JiewenZhao

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.

speedinghzl avatar Apr 21 '19 13:04 speedinghzl