yijingru / BBAVectors-Oriented-Object-Detection

[WACV2021] Oriented Object Detection in Aerial Images with Box Boundary-Aware Vectors
MIT License
462 stars 87 forks source link

Can't parse 'org'. Sequence item with index 0 has a wrong type #92

Open MFalam opened 3 years ago

MFalam commented 3 years ago

Thank you for the codes and your interesting work.

I am tiring to test your models with the provided pre-trained model. However I stuck in the following error.

Can't parse 'org'. Sequence item with index 0 has a wrong type.

As you explained in the repository I selected some sample images, But, can not figure out the solution for this problem.

Thank you in advance.

MFalam commented 3 years ago

This problem is caused due to the opencv incompatibility with the Python version. I upgraded the opencv and the issue is solved.

chenyvwen commented 1 year ago

i have solved this problem by adjusting some paremeters by int() :)