Closed zqzqz closed 2 years ago
Hi thanks for using OpenCOOD!
In the installation guide, the last step indicates you have to run the following command to manually compile the pyx file, did you do that?
python opencood/utils/setup.py build_ext --inplace
Hi @DerrickXuNu. I missed that final step. Thank you for helping!
PYX files, for instance
opencood/utils/box_overlaps.pyx
are not compiled bysetup.py
, which results in import errors.My fix in
setup.py