You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
大佬,你好。我想复现出下图红框中的这两个结果。
所以,我执行了这行代码:
python evolve.py -generate True
,接着得到了这三个npy文件:然后用generation_12作为2Dto3Dnet的输入,分别用 HRN得到的2D关键点 和 增强后的2D GT关键点 执行了这行:
python 2Dto3Dnet.py -train True -num_stages 3 -num_blocks 3 -twoD_source "HRN/synthetic" -evolved_path "YourDataPath"
;请问我得到的数据增强的结果是对的吗?如果生成的这三个npy文件是对的,那么我用的输入是对的吗?希望能得到您的解答,谢谢!Beta Was this translation helpful? Give feedback.
All reactions