Chad’s Status Report for 02/19

This past week, similar to last week I spent a lot of time doing more research on object detection algorithms.  After scanning a lot of Nvidia’s forums, I was able to find that the YOLO algorithm which we had decided to be the best algorithm for our project may not be the best as it uses darknet and consumes a lot of processing power of an Nvidia Jetson Nano.

The YOLO algorithm has multiple different versions for different usage. Looking online, people who have implemented the YOLO algorithm on the Jetson Nano seem to struggle with frame rate.  For example, with YOLO v3 implemented, many users were able to get 1-2 fps.  This can be seen on multiple forums on the Nvidia website such as this one:

https://forums.developer.nvidia.com/t/yolov3-is-very-slow/74073/3

However, there is another version made specifically for this reason to run more naturally suited for embedded computer vision/deep learning devices such as the Raspberry Pi, Google Coral, and NVIDIA Jetson Nano.  This version is called tiny-YOLO which is approximately 442% faster than it’s larger big brothers, achieving upwards of 244 FPS on a single GPU as stated here:

https://pyimagesearch.com/2020/01/27/yolo-and-tiny-yolo-object-detection-on-the-raspberry-pi-and-movidius-ncs/

Many people who implemented this version were able to achieve speeds of 10-15 fps.  We will try and implement this version ourselves.  We will also try the SSD algorithm along with the TensorRT package as this was recommended by many employees at Nvidia which apparently can get you even more fps on the Jetson Nano.  We will test with both algorithms and see which would be better for our use case in terms of accuracy and speed.

Below is an image showing the accuracy and speeds of different algorithms on the COCO dataset.

As you can see the tiny-YOLO has one of the fastest speeds, however, its accuracy suffers because of this.  This is something we will most certainly consider when deciding on an algorithm to use while testing.

Many parts have been ordered such as a camera, the Jetson Nano, lidar and AR glasses.  This upcoming week, I will be working on the design review presentations and and the design report as well.

 

Leave a Reply

Your email address will not be published. Required fields are marked *