Daniel Elebash
Daniel Elebash
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI does not work for me. It runs but errors
I have never had an issue running npm and do not have an issue with any other project. I found an answer on the web to Add C:\Windows\System32 to the...
I just wanted to check on the status of this. Thanks for the awesome project!
Actually, after further review of GDAL 3.0 there really is not anything that I need at the moment. Sorry for the trouble and thanks for this awesome code. Cheers!
I would like to see this feature as well.
My fault. The error was that I had not downloaded and installed the datasets files.
@gemlongman I had this problem originally and if I remember correctly this was also a path issue. I will look at my project
My fork with changes for Windows 10 https://github.com/delebash/deep-motion-editing/commit/875f5d7f329662398b17919179e9947907c752e3 In file retargeting/eval_single_pair.py Replace this line ` args.output_filename = recover_space(args.output_filename)` with `args.output_filename = args.output_filename` ``` # Windows 10 fix # args.output_filename =...
zhaishengfu Did you find a solution? Thanks