Skip to content

SamedHira626/Stalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Stalker

The aim is to follow objects I trained

While I was working at Open Zeka, I built this car but before building that I worked on with Jetson Inference, DeepStream SDK, Hello AI World, Transfer Learning Toolkit and Jetbot

Materials:

Jetson Nano: https://openzeka.com/urun/nvidia-jetson-nano-developer-kit/

CSI Camera: https://openzeka.com/urun/raspberry-pi-kamera-v2/

View of my car in Autodesk Fusion360:

First of all, I started this work by drawing a simple car in Fusion360.

File_005

3D printing:

File_002

Final View

I mounted Jetson Nano, L298N motor driver and DC motors

File_000

KNOW-HOW

Hi, the following text is going to explain creating dataset, moving the car and how to build this car.

Firstly, I started to use Isaac Sim in order to create a scene like the figure below.

Screenshot from 2021-08-06 12-47-27

Secondly, I used Synthetic Data Recorder for gathering image data with respect to their coordinates so that my dataset is created with their labels in npy file format. As the dataset was recorded as npy file, I wrote a pyhton script that converts npy file to txt file for yolo training. In the figure below, you can see how it looks like. By the way, I used Domain randomization to use texture component, light component, movement component etc. (You can see how I collected data using Domain Randomization in this link: https://youtu.be/1a3Q7aID_Ag). As a result, data collection with labels just got 30 minutes by the help of Isaac Sim

Also, you can see the rest of my data set: https://drive.google.com/drive/folders/1Kev6fsuPnR0Kro1vbTEKbixf1MmVFES5

158 144

Thirdly, I trained YOLOv4-tiny on Google Colab, then converted my YOLOv4-tiny model to TensorRT by the following link (Just use Demo 5 in this repository): https://github.com/SamedHira626/tensorrt_demos

Finally, clone this repository and just run stalker.py with python3:

python3 stalker.py

Full Video Link for Object Following: https://youtu.be/qP-J14y7uEY

Full Video Link for Data Generation with Synthetic Data Recorder: https://youtu.be/1a3Q7aID_Ag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages