YiuKuen

Results 14 comments of YiuKuen

Conclusion : datum.getPoseKeyPoints() return array with -1 (without ppl) return nx18x3 array (with ppl) Nice Work! Dude ! ^_^

Have You Updated Your GCC version? It needs gcc version greater than 8.0 yours is 7.5

> Hi @yktangac , Could you please post the command that you run and the error message that you get so that I can check what might cause the problem?...

I checked with pip3 list | grep torch I do have torch and torchvision installed. seems like still having other issues > From the above error, does this require pytorch...

Does Anyone encounter this error? ``` /usr/local/lib/python3.6/dist-packages/torch/utils/cpp_extension.py:352: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend....

under $CenterTrack_ROOT mkdir results The original repo doesn't have results directory. BTW are you running on remote host/ local host? If you 're running in remote host, you probably need...

well, running mot_17 with demo will not show boxes unless you add --num_class 1 in the argument. eg. ``` python demo.py tracking ........... --num_classes 1 ``` Hope that helps! >...

I fixed this issue without building OpenCV from source. I just simply replaced the codec '*H264' to 'm', 'p', '4', 'v'. Hope this help you.

I solved it but can u tell me which Pytorch version you're using. In case with this error messages, I presume that you're not using Charles Shang's DCNv2 and you've...

> Hi @yktangac , i guess the only lines to add are: > > ``` > import sys > sys.path.append("path/to/center-tracker/CenterTrack/src/lib/model/networks/DCNv2") > ``` > > correct? > > Anyway, i tried...