-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I run train.py? #32
Comments
Check out the params here https://github.com/svip-lab/impersonator/blob/master/options/train_options.py |
When I enter the arguments, it asks me for the 'pose.pkl' and 'train.txt' files. [TerminalIPythonApp] WARNING | GUI event loop or pylab initialization failed UnknownBackendTraceback (most recent call last) /usr/local/lib/python3.6/dist-packages/IPython/terminal/interactiveshell.py in enable_gui(self, gui) /usr/local/lib/python3.6/dist-packages/IPython/terminal/pt_inputhooks/init.py in get_inputhook_name_and_func(gui) UnknownBackend: No event loop integration for 'inline'. Supported event loops are: qt, qt4, qt5, gtk, gtk2, gtk3, tk, wx, pyglet, glut, osx How can i fix this ? |
@Tayfur26 @haviduck we update the additional files of iPER https://onedrive.live.com/?authkey=%21AJL_NAQMkdXGPlA&id=3705E349C336415F%2188052&cid=3705E349C336415F, and the training details are shown in https://github.com/svip-lab/impersonator/blob/master/doc/train.md. Welcome to clone the latest codes, and follow the training script to train the iPER from scratch. |
Hi, I have cloned the code and built it on windows 10 surface machine. I experience the following error when execute `./outputs/checkpoints/running
Network impersonator was created Traceback (most recent call last): File "demo_imitator.py", line 111, in File "demo_imitator.py", line 102, in main File "demo_imitator.py", line 44, in generate_actor_result File "C:\Praveen\Research\AI\impersonator\models\imitator.py", line 28, in _create_networks File "C:\Praveen\Research\AI\impersonator\models\imitator.py", line 59, in _create_generator AssertionError: Weights file not found. Have you trained a model!? We are not providing one ./outputs/checkpoints/lwb_imper_fashion_place/net_epoch_30_id_G.pth If you suspect this is an IPython bug, please report it at: You can print a more detailed traceback right now with "%tb", or use "%debug" Extra-detailed tracebacks for bug-reporting purposes can be enabled via: |
I want to train my data set. But I couldn't run the train.py file . I don't know how to proceed . Can you help me please ?
The text was updated successfully, but these errors were encountered: