generalized-intelligence / GAAS

GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.
https://www.gaas.dev
BSD 3-Clause "New" or "Revised" License
1.93k stars 443 forks source link

Tegu Combination #10

Closed MasterPa closed 5 years ago

MasterPa commented 5 years ago

Add model training ability to GAAS to realize custom object detection ability or other deep learing tasks.

We could use another open source program Tegu to do this.

https://github.com/generalized-intelligence/Tegu

cyanine-gi commented 5 years ago

For users: Check algorithms/image_detection/tegu_detection_demo.py. It is not a prior task for GAAS team now, for we are working on position fusion and scene retrieving application, which is more critical for GAAS. And also personally I strongly do not recommend anyone use Nvidia tx2 or Nano (especially Nano) for further develop of autonomous driving, for the performance of these arm CPUs is too poor.To save your time, get started with your laptop with x86 CPU in simulator and deploy with NUC is a better choice. I'll close this, still anyone who has new requirements of object detection can leave a message here.