Hi all,
New to the project, but it looks very interesting. I'm having a bit of trouble knowing where to get started though.
First of all, I was hoping someone would be able to confirm the capabilities of this library. A couple questions on that front:
- Can this be used for multiple object detection *within* an image -- producing bounding boxes for each matching item? I saw the example provided that detects numbers within an image but not sure if that would transfer the same way.
- Can different colors of the same objects be detected/distinguished separately?
- If these thing are possible, what type of training set size would be required?
- I currently have maybe, at most, 100 sample images (growing slightly over time). I would be able to extract from those specific examples of the objects that need detected and their bounding boxes. Is this a realistic number to make progress with or must it be substantially higher to even start?
- Once trained, I'd need to be able to: -- are these all possible?
- Use the model to detect specific colored lights in an image and get the bounding box around that light
- Run the detection quickly on a mobile browser (i.e. safari on ios)
Is there some set of fairly specific instructions I could follow to at least investigate the feasibility of this? I didn't see a great starting point in any of the tutorials. Any guidance would be appreciated.
Thanks for any direction,
Chase