Open CatchACode opened 3 years ago
Please rename raw_directory
to src_directory
in the Config
README is a bit outdated, sorry
Please rename
raw_directory
tosrc_directory
in the ConfigREADME is a bit outdated, sorry
I've tried both ways and it's still not working :/
Would love some help please
Traceback (most recent call last):
File "main.py", line 154, in <module>
run(args)
File "main.py", line 142, in run
config = validate_config(config)
File "main.py", line 19, in validate_config
assert len(force) == 2, '--force must have exactly two elements.'
TypeError: object of type 'NoneType' has no len()
Update: seems like builds up to mvgen-b0798b8d4233fb5f6fa6e566f104c78d542eee4d work. Around mvgen-78819f34b2268a8389544052c0de511d15172bdd is where it breaks when the config file format was changed.
Command used to run in CMD:
python main.py -s vidz --force 1280 720
which returns following output:This is my Config File: