mapillary / seamseg

Seamless Scene Segmentation
BSD 3-Clause "New" or "Revised" License
289 stars 53 forks source link

fatal error: nms.h: No such file or directory #include "nms.h" #17

Open lucasjinreal opened 4 years ago

lucasjinreal commented 4 years ago

Apparently I didn't found this header file under sr/nms............

ducksoup commented 4 years ago

@jinfagang can you please share more details about the error (full error log), your setup and what you're trying to do?

lucasjinreal commented 4 years ago

https://github.com/mapillary/seamseg/blob/18e28cc0d083fdd342f303afc926153bb3b2a230/src/nms/nms.cpp#L3

Does this file try include a header file? No where to find it, so that setup.py broke.

ducksoup commented 4 years ago

This is the header file included from there: https://github.com/mapillary/seamseg/blob/master/include/nms.h

lucasjinreal commented 4 years ago

then it can not build with pytorch 1.5 behaviour.

sde123 commented 4 years ago

@ducksoup hello, Could you please tell me where to find cityscapesscripts.helpers.labels. I got a error when i run prepare_cityscapes.py

Traceback (most recent call last): File "scripts/data_preparation/prepare_cityscapes.py", line 12, in from cityscapesscripts.helpers.labels import labels as cs_labels ImportError: No module named cityscapesscripts.helpers.labels

thank you very much!

ducksoup commented 4 years ago

@sde123 https://github.com/mcordts/cityscapesScripts

ducksoup commented 4 years ago

@jinfagang With the latest changes from today, Seamseg should now be compatible with PyTorch 1.5.0. Can you please confirm?