lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
696 stars 177 forks source link

Implementation on Windows #75

Open HassanHotait opened 2 years ago

HassanHotait commented 2 years ago

Has anyone managed to build the extension on Windows?

python setup.py build develop returns errors on windows.

This is because ubuntu comes with gcc compiler by default, while with windows I see python is compiled with MSVC tools.

Any tips or technical information on whether this is possible or not are welcomed.

Huangdebo commented 1 year ago

I have implemented training and testing under window, you can go to have a look. Thanks to the author for the source code. smoke-window