While running the project, I encountered missing file errors related to the following files:
root_dir + model_name + ".npz"
This error occurs when executing:
python ./network/train.py --config-name cm_net_config --exp-dir ./runs/cm_net_train
assets/description/ur_description/meshes/ur10e/visual/base.obj (or base.dae)
This error occurs when executing:
python data_preprocess/main.py
It appears that these files are not included in the repository.
Would it be possible for you to share these files?
Thank you.
While running the project, I encountered missing file errors related to the following files:
root_dir + model_name + ".npz"This error occurs when executing:
python ./network/train.py --config-name cm_net_config --exp-dir ./runs/cm_net_trainassets/description/ur_description/meshes/ur10e/visual/base.obj (or base.dae)This error occurs when executing:
python data_preprocess/main.pyIt appears that these files are not included in the repository.
Would it be possible for you to share these files?
Thank you.