Karthik-Suresh93
Karthik-Suresh93
When I run pascal_voc.py with only self.classes changed to the classes of my custom dataset, I get the following error: Traceback (most recent call last): File "./tools/trainval_net.py", line 105, in...
Did you check the average PSNR on the GOPRO test set?
Thanks a lot for the responses. Please do update the repo with your findings
Is there any implementation apart from the original which has deformable ROI pooling?
Do you mean for each pixel value we do: `pixel_value = pixel_value/32` ? By the way, this error only seems to be for FPN, I am able to run the...
To make sure I understand you correctly, are you saying I downsample each image (width and height) by a factor of 32 before I feed it into training? Why is...
Hi, so should I make this change in the config file? If so the given scales are already divisible by 32 --- `MXNET_VERSION: "mxnet"` `output_path: "./output/fpn/coco"` `symbol: resnet_v1_101_fpn_dcn_rcnn` `gpus: '0,1'`...
How did you resize smaller images (I have 1000*600, 800*600 etc) to 1280*800? Did you zero pad the smaller images? And for the bigger images (1800*1600), should I crop them?...
Thank you very much for your help. I will make the changes and get back to you
I tried your suggestion, I get the same shape error at a different place Error in CustomOp.forward: Traceback (most recent call last): File "/home/k21993/visdrone_mxnet/local/lib/python2.7/site-packages/mxnet/operator.py", line 782, in forward_entry aux=tensors[4]) File...