SwapNet
SwapNet copied to clipboard
Testing error
(swapnet) C:\Users\Rohit\SwapNet>python inference.py --checkpoint checkpoints/deep_fashion --dataroot data/deep_fashion --shuffle_data True model None dataset None =====OPTIONS====== config_file : None comments : verbose : False display_winsize : 256 checkpoints_dir : ./checkpoints load_epoch : latest dataset : None dataset_mode : image cloth_representation : labels body_representation : rgb cloth_channels : 19 body_channels : 12 texture_channels : 3 pad : False load_size : 128 crop_size : 128 crop_bounds : None max_dataset_size : 50 batch_size : 8 shuffle_data : True num_workers : 4 gpu_id : 0 no_confirm : False interval : 1 warp_checkpoint : None texture_checkpoint : None checkpoint : checkpoints/deep_fashion body_dir : None cloth_dir : None texture_dir : None results_dir : results skip_intermediates : False dataroot : data/deep_fashion model : None name : is_train : False
The experiment directory 'results' already exists. Here are its contents: ['args.json', 'warp']
Existing data will be overwritten! Are you sure you want to continue? (y/N): y
Set warp_checkpoint to checkpoints/deep_fashion\warp\latest_net_generator.pth
Set texture_checkpoint to checkpoints/deep_fashion\texture\latest_net_generator.pth
Running warp inference...
Rebuilding warp from checkpoints/deep_fashion\warp\latest_net_generator.pth
Not overriding: {'checkpoint', 'dataroot', 'shuffle_data'}
initialize network with kaiming
model [WarpModel] was created
loading the model generator from checkpoints/deep_fashion\warp\latest_net_generator.pth
Traceback (most recent call last):
File "inference.py", line 217, in
add a additional argument in the command --load_epoch 18
Hello, did you implement it with Windows? I made some errors during the implementation, can you share your file with me? I'm a beginner