VITON icon indicating copy to clipboard operation
VITON copied to clipboard

first stage test failed

Open hosnasattar opened this issue 7 years ago • 2 comments

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

hosnasattar avatar Aug 07 '18 09:08 hosnasattar

You need to download the pose and segmentation data to run the code.

xthan avatar Jan 18 '19 02:01 xthan

@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?

Mrunal2412000 avatar Apr 21 '22 04:04 Mrunal2412000