Open gsganden opened 5 years ago
Hey, I have tried to clean up and organize the code in predict. I would like to open a new branch and push to it, but it seems that I do not have the permission to do that.
I've also managed to find and close some bugs:
Awesome!
Sorry, the PR process needs a bit of cleanup and documentation. Please create a fork and submit your PR against the dev
branch. LMK if you run into any issues.
Perfect, thank you. I created the PR now. After a few changes the build is now running on travis.
One side note: Since there was the bug in the loop at the predict_zip endpoint, the running PR takes all files instead or running a loop. I think the better solution here would be to add a method in ZipFile named apply, which can apply a method on all the files in the zip file.
The code in
autofocus/predict
works, but it was written in a hurry and would probably benefit from some careful attention.