Add SKIP_SPATIAL_ALIGNMENT option + various clean-up / bug-fixes.#2
Add SKIP_SPATIAL_ALIGNMENT option + various clean-up / bug-fixes.#2Spectavi wants to merge 21 commits intoalexsusu:masterfrom
Conversation
…proper command-line flags.
|
Just FYI, I added a commit to this that goes ahead and makes a few files PEP compliant. I can just go ahead and do similar commits for the other files so you don't have to mess with it if that's okay. I also made the argv hardcoded checks proper flags. I was thinking maybe the config.py file could be converted to flags as well, give them the same values as defaults that way it's easy to override any of them via the command-line. |
…multiscale_synchro_decision.py.
|
Hi. I was travelling in the last 2 weeks. |
|
Hey, |
The main purpose of this PR is to add SKIP_SPATIAL_ALIGNMENT to config.py and add the necessary code to output frames and diff data in a similar way to when spatial alignment is called. When aligning video with a consistent camera perspective (e.g. 2D software test videos) there is usually no need to perform spatial alignment. In these cases, be able to skip this step significantly reduces processing times.
The next obvious step will be to unify the output code so that the same code is called at the end whether spatial alignment is performed or not.