silviazuffi/smalst

About the folder

EAST-J opened this issue · 7 comments

Hello could you please tell me where can I found the folder cachedir/snapshots/
thanks

thank you for replying, but when i do the training, and when it calls Perceptual Loss,it reminds me that ImportError: No module named PerceptualSimilarity.models ,but i have done the bash external.sh, and in /home/venv_smalst/lib/python2.7/site-packages i can see the folder external. could you please tell me how to solve this
thanks

Thank you ,it worked,but I have another trouble when I run
python -m smalst.experiments.smal_shape --zebra_dir='smalst/zebra_training_set' --num_epochs=200 --save_epoch_freq=20 --name=smal_net_0 --save_training_imgs=False --num_images=20000 --do_validation=True
it shows:
File "smalst/nnutils/smal_mesh_net.py", line 470, in init
V,J,R = self.smal(torch.Tensor(betas).cuda(device=self.opts.gpu_id), torch.Tensor(pose).cuda(device=self.opts.gpu_id))
File "smalst/smal_model/smal_torch.py", line 96, in call
Rs = torch.reshape( batch_rodrigues(torch.reshape(theta, [-1, 3]), opts=self.opts), [-1, 35, 3, 3])
AttributeError: 'module' object has no attribute 'reshape'
shall you tell me how to solve this?
My torch is 0.3.1