hollance / YOLO-CoreML-MPSNNGraph

Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
MIT License
936 stars 252 forks source link

Will vision Framework able to identify the same object that it identify earlier? #11

Closed steve21124 closed 7 years ago

steve21124 commented 7 years ago

For example, Vision found a honda car with blue color. Is it able to identify the same car that it previously "track" 3 minutes later? or the tracking is release from memory once it is out of the capture area. Basically, I want to know if a new car coming in, if it is the same car that it is previously track?

hollance commented 7 years ago

The answer is probably no but I haven't used Vision tracking. As for YOLO, it does not do tracking at all.

steve21124 commented 7 years ago

Thank you for the info. Yes. not out of the box