Richal Wang
Richal Wang
Hi, Thanks for sharing your code. I want to evaluate our dataset on single keypoint. but met some issues, I find the number of gt must be match with dt's?...
when I run :**python train.py --hypes hypes/KittiSeg.json** I met this problem: 2017-10-29 13:09:13,673 INFO No environment variable 'TV_PLUGIN_DIR' found. Set to '/home/richal/tv-plugins'. 2017-10-29 13:09:13,673 INFO No environment variable 'TV_STEP_SHOW' found....
from .._ext import rroi_align ModuleNotFoundError: No module named 'rroi_align._ext' 运行test部分,有人遇到同样的情况嘛?谢谢。
richal@w:~/桌面/trackpython/cf_tracking/build$ ./KCFcpp -b 261,48,39,65 -o results.txt -s sample_sequence_compressed -i /%.05d.jpg [image2 @ 0x182b840] Could find no file with path 'sample_sequence_compressed/%05d.jpg' and index in the range 0-4 Could not open device/sequence/video!...
你好,方同学,感谢你慷慨分享代码。 我在评测PCK单个关键点的时候遇到一个问题,GT和labels和DT的labels数量不匹配,但是mpii的python版本评测代码里有这样一句: uv_error = pos_pred_src - pos_gt_src 要求它们维度相同,比较困扰,要是能得到你百忙之中的回复的话 简直太干感谢了。
Hi, I am so lucky to see your code ,but when i run this code in ubuntu16.04 and python3 as you do in the yutube,I was not clearly for the...