Closed mschweig closed 4 years ago
Hi @mschweig ,
It fails because you are missing all the network specs with --reload_model_path
(it would need much more parameters).
You can use dir_name
instead which loads everything the model needs.
For instance, you can you :
python train.py --demo --demo_input_path doc/pictures/visdom2.png --dir_name ./training/trained_models/atlasnet_autoencoder_25_squares/
Best regards, -Thibault
Hi, I am trying to change the image for the demo. According to readme following syntax should be working, right?
python train.py --demo --demo_input_path /content/AtlasNet/doc/pictures/plane_input_demo.png --reload_model_path /content/AtlasNet/training/trained_models/atlasnet_autoencoder_25_squares/network.pth
Unfortunately, I am getting a error:
Could you please help me changing the image.
Thank you.