|
|
|
|
|
by Liveanimalcams
2620 days ago
|
|
I'm not a professional but I built a pipeline for Makers Part List - It involves ingesting a video URL, converting the video into images, then storing the images in google storage. Once stored I trigger the model to classify the image. The images are then displayed to annotators who verify/relabel the images. Once I get enough new images the system creates a .csv and uploads it to googles autoML where it retrains my model. My bottlenecks now are splitting the videos into images as its a very CPU intensive process. Implementing a queue here is my best choice I think. |
|