DKUVEX / 2023small

1 stars 0 forks source link

self aming #9

Open rogue-shadowdancer opened 1 year ago

rogue-shadowdancer commented 1 year ago

use version sensor(Vex vision sensor or jetson+camera) to locate the target

rogue-shadowdancer commented 1 year ago

@renz011tzar @Bouchra159 it is a long term task here are some suggestions:

  1. learn how to use jetson+camera (linux+its hard drivers)
  2. learn something about computer vision, including the theory and opencv library(python is okay, but for classical CV algorithms, C++ may be better)
  3. learn some popular deep learning algorithms: RCNN or YOLO
  4. try to apply them on our project