Conversation
|
Hey, nice! Glad someone actually fixed up the python script somewhat 😅 However, this breaks my own workflow of re-running the script over and over to tweak the box generation algo. It'd be great if it had an argparse parser so I could automate it, but fall back to user-provided values otherwise. |
|
Sure, I'll send a commit when I have time. |
|
This commit should do the trick, adding an optional |
|
Thank you for this work, but I've realised I simply don't have the bandwidth to work through the PRs at the moment, so I'm archiving the entire repo. I'll leave this PR open so anyone can see "hey there's this cool branch with better features". |
Noticed that the python script is pretty janky and fiddly, so I improved it a little by giving it a menu that gives the user a choice between converting from a video to a json file or from a json file to the bin file (no commenting needed now) and by making the script auto-create the
apple_framesfolder if it is missing. Also fixed a path inconsistency in the last lines of the script. Might aswell share my improvements.