seamseg icon indicating copy to clipboard operation
seamseg copied to clipboard

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

Open lucasjinreal opened this issue 4 years ago • 7 comments

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

lucasjinreal avatar Mar 03 '20 07:03 lucasjinreal

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

ducksoup avatar Mar 03 '20 08:03 ducksoup

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.

lucasjinreal avatar Mar 03 '20 09:03 lucasjinreal

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

ducksoup avatar Mar 03 '20 10:03 ducksoup

then it can not build with pytorch 1.5 behaviour.

lucasjinreal avatar Mar 03 '20 13:03 lucasjinreal

@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!

sde123 avatar Mar 16 '20 16:03 sde123

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

ducksoup avatar Mar 22 '20 15:03 ducksoup

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

ducksoup avatar Apr 23 '20 08:04 ducksoup