bostondiditeam / MV3D

Multi-View 3D Object Detection Network for Autonomous Driving
480 stars 181 forks source link

So many conflict of module. #46

Open DonghoonPark12 opened 5 years ago

DonghoonPark12 commented 5 years ago

I got an error below. from net.lib.utils.bbox import bbox_overlaps as box_overlaps File "__init__.pxd", line 872, in init utils.bbox ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216

so many conflict of numpy opencv and others.

Can you tell me pre-requisite module before train.py

Thanks.