jhkohpav / MGTANet

MIT License
53 stars 5 forks source link

Installation environment issues #10

Open Anonyme415 opened 11 months ago

Anonyme415 commented 11 months ago

When I run setup.sh, there will be problems. Upon checking the setup.sh file, it was found that the problem occurred on the installation of Apex and there is no corresponding file directory Apex. May I know how to handle it? setup.sh cd det3d/ops/dcn python setup.py build_ext --inplace

cd .. && cd iou3d_nms python setup.py build_ext --inplace

cd .. && cd defromDETR python setup.py build install

cd ../../../apex pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./

wakceng commented 5 days ago

I encountered the same issue as you. May I ask if you have resolved it? I would be very grateful if you could provide a solution.

wakceng commented 5 days ago

I download "https://github.com/NVIDIA/apex" then install, maybe it can help you.