Git Product home page Git Product logo

Comments (3)

Sibozhu avatar Sibozhu commented on August 27, 2024

Hello @EugenKarasev, thanks for your interest in our work.

how you found 7 points on the cone

We developed a dedicated neural network to detect the 7 keypoints on the cone: https://github.com/cv-core/MIT-Driverless-CV-TrainingInfra/tree/master/RektNet

How did we know the parameters of the calibrated camera?

We calibrated the camera in our own, manually.

How we know dimensions of the cone?

The shape of the cone is accessible through FSG's official competition manual, plus you can also measure it by yourself.

Implementation in the code

Pytorch Training: https://github.com/cv-core/MIT-Driverless-CV-TrainingInfra/tree/master/RektNet

TensorRT inference: https://github.com/cv-core/tensorrt_ros/blob/master/KeypointDetector.cpp

from mit-driverless-cv-traininginfra.

EugenKarasev avatar EugenKarasev commented on August 27, 2024

Yes, thank you.
But I am interested in exactly, how you determine the position of the cone?

from mit-driverless-cv-traininginfra.

shikhar413 avatar shikhar413 commented on August 27, 2024

Hi @EugenKarasev, this repo has all of the source files related to object detection. What you'd be looking for is a PnP solver for which there are multiple open-source implementations. You could try OpenCV's solvePnP or solvePnPRansac functions, alternatively this repo solves PnP using a lambda twist P3P solver which is supposed to be faster and more stable

from mit-driverless-cv-traininginfra.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.