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

Recent content by ramkinkarpandey

  1. ramkinkarpandey

    Object detection using DJI Tello

    Jeff, Start with https://www.youtube.com/user/Mhproductionhouse Lot's of videos with code and explaination.
  2. ramkinkarpandey

    Object detection using DJI Tello

    Hello SyedQasm, I know that Yolo V4/V5 are faster but doesn't feel like industry standard (it could be just me) they aren't MIT licensed. So many of the companies don't like to use YOLO. Moreover some says that YOLO V5 is a scam :) I was able to solve the issue using the pointer given to me by...
  3. ramkinkarpandey

    Object detection using DJI Tello

    Thanks Jeff, Any help is better than nothing, I will try this. :)
  4. ramkinkarpandey

    Object detection using DJI Tello

    I am not using YOLO or any pre-trained model. Using Tensorflow API with Python to train a model on custom image. This works very well with my laptop camera but with DJI Tello's camera I get "circular buffer overrun. to avoid, increase fifo_size url option. to survive in such case, use...
  5. ramkinkarpandey

    How to use curve x1 y1 z1 x2 y2 z2 speed command

    Use this to get coordinates: https://www.desmos.com/calculator I tried with (x-100)^2 + y^2 = 100 And for curve comamnd: my_drone.curve( 0, 20, 60, 0, 180, 60, 20) my_drone.ccw(180) my_drone.curve( 0, 180, -60, 0, 20, -60, 20) my_drone.ccw(180) I haven't used X coordinate to make a vertical...

New Posts