Code Monkey home page Code Monkey logo

Comments (12)

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

Thanks

from 3d-boundingbox.

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

Can you explain the get_calibration_cam_to_image() function in detail? I tried to write it by myself but not work,Thanks

from 3d-boundingbox.

yingsen1 avatar yingsen1 commented on May 28, 2024

according to jinfagang's repository, 3d_detection, get_calibration_cam_to_image() function is as follows:
def get_calibration_cam_to_image(cab_f):
for line in open(cab_f):
if 'P2:' in line:
cam_to_img = line.strip().split(' ')
cam_to_img = np.asarray([float(number) for number in cam_to_img[1:]])
cam_to_img = np.reshape(cam_to_img, (3, 4))
return cam_to_img

from 3d-boundingbox.

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

Thanks a lot @yingsen1 I have one more question , How can I get the box3d_dir = '/media/jintain/sg/permanent/datasets/KITTI/tiny_kitti/box_3d/' predi_dir = '/media/jintain/sg/permanent/datasets/KITTI/tiny_kitti/predict_02/'

from 3d-boundingbox.

lucasjinreal avatar lucasjinreal commented on May 28, 2024

@yuyijie1995 Hi, you need to predict 3d result first

from 3d-boundingbox.

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

Thankyou for your reply @jinfagang Is the 3d results from Eval.py 's orient(theta) ,conf , dim ? And the predict_02 is the 2D bbox? I am new to contact 3D detection ..

from 3d-boundingbox.

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

2018-11-27 11-18-44
It seems that something wrong .. bbox's direction is not right

from 3d-boundingbox.

cryax avatar cryax commented on May 28, 2024

Having the same issue with box direction, @yuyijie1995 did you find out how to fix this?

from 3d-boundingbox.

tjufan avatar tjufan commented on May 28, 2024

When I take an image as a test and input the multibin model, I get the orient, dim and conf, and the how to get the R_y from orient, dim and conf?

from 3d-boundingbox.

lucasjinreal avatar lucasjinreal commented on May 28, 2024

this method is too old and slow, new end2end method should deploying.

image

from 3d-boundingbox.

yuyijie1995 avatar yuyijie1995 commented on May 28, 2024

@jinfagang What is the method? can you give me more details? thanks

from 3d-boundingbox.

lucasjinreal avatar lucasjinreal commented on May 28, 2024

@yuyijie1995 You can find some progress in here

from 3d-boundingbox.

Related Issues (17)

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.