roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

AssertionError----assert len(roidb)==len(cached_roidb) #234

Closed ZY-Zeng closed 3 years ago

ZY-Zeng commented 3 years ago

I gusse this error was occured by the image size. My image size is 1200*1600. I try ro change config files. But it does not work. So how can I resolve it. Thank you.