gengshan-y / rac

RAC: Reconstructing Animatable Categories from Videos. CVPR 2023
https://gengshan-y.github.io/rac-www/
69 stars 1 forks source link

Cannot load 'latest_vars': AttributeError: 'DataStore' object has no attribute 'fast_hash' #4

Open yccyenchicheng opened 9 months ago

yccyenchicheng commented 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"

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!

gengshan-y commented 9 months ago

Seems like a trimesh version issue: https://github.com/facebookresearch/banmo/issues/72