Hxx2048

Results 3 issues of Hxx2048

Hello, I try this code in your suggested environment: gcc 5.4.0, CUDA 8.0.6, torch 0.3.1, but i cant run it sucess successfully. The error is : killed or core dumped....

Hello, i find the name of models your provided is "pascal_voc_0712_metarcnn_10_30_111.pth",that means "checkpoint =111" in second phase. But my last model name is "pascal_voc0712_metarcnn_10_30_265.pth", that means "checkpoint =265" I use...

Hello! Thank you for releasing code, I have some questions about the details in meta training. In ./model/faster_rcnn/faster_rcnn.py Line 122, " proposal_labels = rois_label[b * 128:(b + 1) * 128].data.cpu().numpy()[0]...