You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run your code but I am getting this error:
Traceback (most recent call last):
File "model_zalando_mask_content_test.py", line 236, in
tf.app.run()
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 124, in run
_sys.exit(main(argv))
File "model_zalando_mask_content_test.py", line 136, in main
prod_segment_holder, image_holder)
File "/BS/wild-search-gaze2/archive00/VITON-master/model_zalando_mask_content.py", line 200, in create_model
vgg_real = build_vgg19(image, FLAGS.vgg_model_path)
File "/BS/wild-search-gaze2/archive00/VITON-master/utils.py", line 482, in build_vgg19
vgg_rawnet = scipy.io.loadmat(model_path)
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/scipy/io/matlab/mio.py", line 141, in loadmat
MR, file_opened = mat_reader_factory(file_name, appendmat, **kwargs)
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/scipy/io/matlab/mio.py", line 64, in mat_reader_factory
byte_stream, file_opened = _open_file(file_name, appendmat)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
@xthan I am getting error regarding checkpoint "The passed save_path is not a valid checkpoint: model/stage1/model-15000" from where can i get the checkpoint?
I try to run your code but I am getting this error:
Traceback (most recent call last):
File "model_zalando_mask_content_test.py", line 236, in
tf.app.run()
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 124, in run
_sys.exit(main(argv))
File "model_zalando_mask_content_test.py", line 136, in main
prod_segment_holder, image_holder)
File "/BS/wild-search-gaze2/archive00/VITON-master/model_zalando_mask_content.py", line 200, in create_model
vgg_real = build_vgg19(image, FLAGS.vgg_model_path)
File "/BS/wild-search-gaze2/archive00/VITON-master/utils.py", line 482, in build_vgg19
vgg_rawnet = scipy.io.loadmat(model_path)
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/scipy/io/matlab/mio.py", line 141, in loadmat
MR, file_opened = mat_reader_factory(file_name, appendmat, **kwargs)
File "/BS/wild-search-gaze2/work/3D_body_shape/SMPLify/SMP_env/local/lib/python2.7/site-packages/scipy/io/matlab/mio.py", line 64, in mat_reader_factory
byte_stream, file_opened = _open_file(file_name, appendmat)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: