So I was wondering whether it would be possible to use the object recognition functionality of the Jetson Nano to recognize black food coloring in water if it was trained with enough data and for enough epochs?
Thank you!
So I was wondering whether it would be possible to use the object recognition functionality of the Jetson Nano to recognize black food coloring in water if it was trained with enough data and for enough epochs?
Thank you!
Hi,
Suppose yes.
Due to memory limitation, Nano 2GB cannot deploy a too complicated model.
But it stills supports some detection models like Tiny YOLO V3, SSD Mobilenet-V1.
https://developer.nvidia.com/embedded/jetson-nano-dl-inference-benchmarks
Thanks.