Closed swordlidev closed 5 years ago
@lijiannuist I'll check it now.
@lijiannuist I've tested Cascade R-CNN on val2017 just and obtained the results below:
Can you provide more information about your modifications or how you migrate this code into your environment as well as data preprocessing.
cascade_rcnn_hrnetv2p_w32.py
?Can you provide part of your configurations about dataset.
I just change the data format, and did not use zip data. because CocoZipDataset has bug.
Images are not found in your zip
file. not bug
when I unzip zip file and use CocoDataset, it works and images are found.
You need to set to_rgb=True
because CocoDataset
default format is BGR
. You can refer to the comments below
Hi @wondervictor It works when to_rgb is set to be True
solved. I'll close it.
Hi @leoxiaobin When I use the cascade_rcnn_hrnetv2p_w32 model for inference on val2017. I got 0.389, instead of 43.7mAP. Why?