Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by geaxgx

  1. G

    Applying computer vision techniques to Tello

    That sounds great, volatello ! I am curious to know how you deal with the follow-me problem. On my side, recently I had the opportunity to study (via Udacity) the Intel Openvino toolkit: a toolkit which allows to run (essentially) computer vision neural networks on intel processors. Models...
  2. G

    Applying computer vision techniques to Tello

    To make the Youtube video, I have used a screen recorder. But if I wanted to programmatically record a video, I would do like you (for instance, when you call "python OP.py -o output.avi", it records the result in a file). But I have already noticed that with very short videos produced with a...
  3. G

    Applying computer vision techniques to Tello

    Thx for your comment ! Giving the possibility to change the net_resolution parameter is a good idea. I haven't try myself with a low resolution, but it may help many people that don't have a poweful GPU. How much fps do you get with openpose on your MX150 ? I don't have time in the near future...
  4. G

    Applying computer vision techniques to Tello

    Well, I wish it would be so simple, but currently it is not really the case. First, you need a PC with a powerfull GPU to run comfortably Openpose. Secondly, as I explain in my github geaxgx/tello-openpose , you need to install some dependancies. Openpose is one of them. Openpose installation is...
  5. G

    Applying computer vision techniques to Tello

    Thanks to your post and from some tests I've just made, I begin to understand a bit better how the positionning system works. And it is not good news for my "camera operator" project. With the TelloPy package, the information I can get are labelled ...
  6. G

    Applying computer vision techniques to Tello

    Thank you very much volatello ! I am impatient to have an opportunity to try TelloFPV outside (too much wind these days where I live). Thanks also for your information about the IMU. Here is the idea I have in mind: the goal is to use the Tello as a camera operator when shooting a video. There...
  7. G

    Applying computer vision techniques to Tello

    I have just realized that you were the author of an android app. I have read very good reviews on it, I will try it ! I imagine it must be quiet difficult to deploy such a technology (Openpose or more generally neural nets) whose efficiency depends very much on the available processing power...
  8. G

    Applying computer vision techniques to Tello

    That's true OpenPose requires a lot of processing power, but it seems there are other models for pose estimation that can run on smartphones. An example here (I never tried) : edvardHua/PoseEstimationForMobile
  9. G

    Applying computer vision techniques to Tello

    Hi, nice to have a dedicated Tello dev forum ! My first experiments :

New Posts