ROMP
ROMP copied to clipboard
smil_packed_info.pth not found
Hi, thanks for your amazing work! I want to run a demo, but meeting the error says: FileNotFoundError: [Errno 2] No such file or directory: '/root/.romp/smil_packed_info.pth'. Any advice for this?
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
Thanks! I got it.
俺也一样!
@jsietbv @Song-jinshui 因为版权问题,剩下的文件只能通过以下说明来准备: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md 2.Preparing SMPL model files in our format:
please convert the SMPL model files to our format via
# please provide the absolute path of the "smpl_model_data" folder to the source_dir
romp.prepare_smpl -source_dir=/path/to/smpl_model_data
# (Optional) If you use BEV, please also run:
bev.prepare_smil -source_dir=/path/to/smpl_model_data
。。。。
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
Thanks! I got it.
@jsietbv @Song-jinshui 因为版权问题,剩下的文件只能通过以下说明来准备: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md 2.Preparing SMPL model files in our format:
please convert the SMPL model files to our format via # please provide the absolute path of the "smpl_model_data" folder to the source_dir romp.prepare_smpl -source_dir=/path/to/smpl_model_data # (Optional) If you use BEV, please also run: bev.prepare_smil -source_dir=/path/to/smpl_model_data
。。。。
谢谢!但是我运行romp.prepare_smpl -source_dir=/home/ly/smpl_model_data 获得了 SMPLA_NEUTRAL.pth 和SMPL_NEUTRAL.pth两个文件,请问smil_packed_info.pth是通过
运行bev.prepare_smil -source_dir=/home/ly/smpl_model_data产生的吗?但是我运行这个命令行报错:
TypeError: @validator(..., each_item=True)
cannot be applied to fields with a schema of json-or-python
请问这是什么原因呢,我在互联网上查询不到相关原因。
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
Thanks! I got it.
@jsietbv @Song-jinshui 因为版权问题,剩下的文件只能通过以下说明来准备: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md 2.Preparing SMPL model files in our format:
please convert the SMPL model files to our format via # please provide the absolute path of the "smpl_model_data" folder to the source_dir romp.prepare_smpl -source_dir=/path/to/smpl_model_data # (Optional) If you use BEV, please also run: bev.prepare_smil -source_dir=/path/to/smpl_model_data
。。。。
谢谢!但是我运行romp.prepare_smpl -source_dir=/home/ly/smpl_model_data 获得了 SMPLA_NEUTRAL.pth 和SMPL_NEUTRAL.pth两个文件,请问smil_packed_info.pth是通过 运行bev.prepare_smil -source_dir=/home/ly/smpl_model_data产生的吗?但是我运行这个命令行报错: TypeError:
@validator(..., each_item=True)
cannot be applied to fields with a schema of json-or-python 请问这是什么原因呢,我在互联网上查询不到相关原因。
``(py37) ly@mit-338:~/.romp$ bev.prepare_smil -source_dir=/home/ly/smpl_model_data
Traceback (most recent call last):
File "/home/ly/anaconda3/envs/py37/bin/bev.prepare_smil", line 5, in @validator(..., each_item=True)
cannot be applied to fields with a schema of {schema['type']}"
TypeError: @validator(..., each_item=True)
cannot be applied to fields with a schema of json-or-python
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
Thanks! I got it.
Hello, did you get the smil_packed_info.pth by running bev.prepare_smil -source_dir=/path/to/smpl_model_data? Thank you.
@Song-jinshui Error here is really weird.
As you can see in https://github.com/Arthur151/ROMP/blob/master/simple_romp/bev/init.py there is no such a line, like
File "/home/ly/anaconda3/envs/py37/lib/python3.7/site-packages/bev/init.py", line 1, in
from .interface import Repository
which occurs this error.
Please try to just delete this line via
gedit /home/ly/anaconda3/envs/py37/lib/python3.7/site-packages/bev/init.py
delete from .interface import Repository
I wonder where is this line from?
@JincanDeng Please refer to [this instruction] to prepare the SMPL files: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation
Thanks! I got it.
Hello, did you get the smil_packed_info.pth by running bev.prepare_smil -source_dir=/path/to/smpl_model_data? Thank you.
是的,可以自己生成需要的文件,主要参考: https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#installation. 中间可能需要做一些文件重命名的对齐。