Closed lisa676 closed 4 years ago
Is dapalib installed correctly ? There is no need to provide MuCo datasets for inference on custom images. What's your cuda and gcc version?
Yes dapalib is installed. My CUDA version is 9.0 and GCC 6.5 Before it GCC version was 7.5 and complication was unsuccessful. I downgraded GCC and then complication was successful.
We have not faced this problem yet. You can debug extensions/association.cpp/findConnectedJoints function if possible (by cout sth ... ).
Thanks for this great repo. I'm trying to run the code from pretrained SMAP and RefineNet. I followed the instructions same as Run inference on custom images but I'm getting following error (attached error screenshot) in stage3_root2 test.sh
My system environment is Ubuntu 18.04,Python 3.7 and torch 1.4
Is there any need to provide MuCo datasets for inference from pretrained models?