Open yccyenchicheng opened 9 months ago
Hi,
I am trying to run the explore.py via "python explore.py --flagfile logdir/dog80-v0/opts.log --nolineload --seqname dog80 --full_mesh --noce_color --svid 69 --tvid 45 --interp_beta"
explore.py
But got the error AttributeError: 'DataStore' object has no attribute 'fast_hash' when loading the latest_vars at https://github.com/gengshan-y/rac/blob/main/nnutils/train_utils.py#L357.
AttributeError: 'DataStore' object has no attribute 'fast_hash'
Please let me know how to resolve this, thank you!
Seems like a trimesh version issue: https://github.com/facebookresearch/banmo/issues/72
Hi,
I am trying to run the
explore.py
via "python explore.py --flagfile logdir/dog80-v0/opts.log --nolineload --seqname dog80 --full_mesh --noce_color --svid 69 --tvid 45 --interp_beta"But got the error
AttributeError: 'DataStore' object has no attribute 'fast_hash'
when loading the latest_vars at https://github.com/gengshan-y/rac/blob/main/nnutils/train_utils.py#L357.Please let me know how to resolve this, thank you!