Closed pcuenca closed 2 months ago
This is ready for an initial review. There are a few things that can be improved, though:
I have enough for testing right now, but let me know if any of these are important for you @FL33TW00D @cyrilzakka
Solid 🚀
Will work on these today! Can do the last box input + loading model
@pcuenca Not sure if I'm misunderstanding you, but:
CIImage
as you suggested. There also seems to be some weird resizing bug when an image is taller than it is wide. Will investigate.Hi @cyrilzakka! Those points were only about the CLI, I added a command-line argument to indicate a list of points, but there's no support for boxes yet (but there is in the main app). Model loading was intended to help testing / debugging in the CLI. I think it'd be useful in the main app as well, but it's not critical in my opinion.
Oops my bad! Will work on the last two action items in the meantime then
I'm creating a CLI target to test and compare against the Python Core ML runner and the PyTorch baseline.