vic
vic
it still exists!!! ERROR: Command errored out with exit status 1: command: /home/lvzhen/py351/bin/python3.5 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jyfhb9ai/googleapis-common-protos/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jyfhb9ai/googleapis-common-protos/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ms1ly0se...
> No joy here. I'm still getting the same error after running `pip install --upgrade setuptools`. > > ``` > ➤ pip list > pip (9.0.1) > setuptools (38.4.0) >...
> @lz2004xxw If you are still having issues with this just try updating your setup tools > > `pip install --upgrade setuptools` i forgot the solution, it seems it have...
你好 能分享下你复现的训练代码吗 感谢~
> @lvZic How do you visualize the 3D joints and MANO outputs? i use camera intrinsics to cvt 3D joints to 2D joints (camera to pixel), and use global rotation...
> @lvZic How do you visualize the 3D joints and MANO outputs? in fact, i found the random rotation strategy is widely used just as your do in data augmentation....
@penincillin i now rotate the 3D joints first, then use camera intrinsics to get 2d joints, and use affine transform to rotate image. However, the result seems not just 2d...
@I3aer i met the same problem as @anandkoirala , but the platform is windows7, so the tensorflow only support >= 3.0. So how to fix it?
@taosean I met the same problem as u, so have u fixed it now and how?
any solution?