YOLOv5
Firstly, I use yolov5 and google tts. Let’s start with the installation first!
Here is the installation for the jetson nano to speak!
sudo apt install mpg123
sudo pip3 install gTTS
Then you run the code!
Congrats! The jetson can detect and speak, but it still doesn’t work real-time and could have more features. Next step, I will try to improve the accuracy of detection and have more features.