Cc-Hy / CMKD

Cross-Modality Knowledge Distillation Network for Monocular 3D Object Detection (ECCV 2022 Oral)
Apache License 2.0
107 stars 9 forks source link

Installation issues #59

Open AlexandreDiPiazza opened 3 months ago

AlexandreDiPiazza commented 3 months ago

Hello,

It seems that the command: python setup.py develop doesn't work properly on my machine. As a results, when using testing the code with python test_cmkd.py --cfg ${CONFIG_FILE} --ckpt ${CKPT} I run into errors like:

and

I am using Torch 2.3.0 and CUDA 12.1.

Do you have any advice on how to resolve it please?

Cc-Hy commented 3 months ago

@AlexandreDiPiazza Hi, it seems you are using a late version torch. You can try an earlier version like 1.9.x or1.10.x.

Cc-Hy commented 3 months ago

Here is my environment file. Please check it out. requirements_cmkd.txt

AlexandreDiPiazza commented 3 months ago

Thank you very much for sharing your environment