Submitted by TaichiOfficial t3_zshrlv in MachineLearning
Intro & source code: https://github.com/houkensjtu/taichi-hackathon-akinasan
- The circuit of an ordinary RC toy car is modified so that Jetson Nano can control the movement of the car through GPIO port. Of course, we need to use motor drive controller here, because the upper limit of the output current of Jetson Nano is not enough to drive the car motor directly.
- The convolution neural network (CNN) is implemented using Taichi programming language.
- The road data was collected, then classified and labeled, and finally used in the training of CNN models.
- The pre-trained model is imported into Jetson Nano and the action prediction made for the images captured during driving.
Demo:
pm_me_your_pay_slips t1_j18nbyn wrote
You can do exactly the same with PyTorch, what’s gained by using Taichi here?