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 used the command you listed in the readme file, 'python -u main.py --config vtx_corr.yaml --train', but the system told me that there is no a file called 'vtx_corr.yaml'. I searched this name in the project, and the result shows that there is truly no such a file in it.
The text was updated successfully, but these errors were encountered:
Hi! thanks for your interest!! Sorry for that! the file is actually there but named by mistake ('vxt_corr.yaml'). I have correct this issue. May you try again? Thanks!!
I have updated to your latest version, but this error still exists:
This error still exists:
Traceback (most recent call last):
File "main.py", line 45, in
main()
File "main.py", line 26, in main
with open(args.config) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'vtx_corr.yaml'
I'm a student who is interested in cv and sketch inbetweening. Could you give your WeChat num(if you use it) or Facebook num, or your e-mail address, and we have a deep communication?
I used the command you listed in the readme file, 'python -u main.py --config vtx_corr.yaml --train', but the system told me that there is no a file called 'vtx_corr.yaml'. I searched this name in the project, and the result shows that there is truly no such a file in it.
The text was updated successfully, but these errors were encountered: