roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ZY-Zeng opened this issue · comments

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.