Giter Site home page Giter Site logo

vdo-slam-data-preprocess's Introduction

vdo-slam-data-preprocess

vdo-slam-data-preprocess's People

Contributors

ssmem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tianxiaorui

vdo-slam-data-preprocess's Issues

pose_gt.txt

would you mind telling me how to generate pose_gt.txt ? I'm looking forward to your early reply, thank you!

error correction

Thanks! I found some errors below:
found error in [gene_kitti_flo.py]

tenVolume = torch.nn.functional.leaky_relu(input=correlation.FunctionCorrelation(tenFirst=tenFirst, tenSecond=tenSecond), negative_slope=0.1, inplace=False)

change to:
tenVolume = torch.nn.functional.leaky_relu(input=correlation.FunctionCorrelation(tenOne=tenFirst, tenTwo=tenSecond), negative_slope=0.1, inplace=False)

label2objectpose.py

Thanks for your vdo-slam-data-preprocess!
Would you mind telling me have you finished writing the label2objectpose.py file of creating objectpose.txt , I got some error, such as

File "label2objectpose.py", line 38
^
SyntaxError: unexpected EOF while parsing

but the line 38 is empty

the demo in OMD

Hello, can you run OMD demo? I faced some problems:

OpenCV Error: Assertion failed (npoints >= 4 && npoints == std::max(ipoints.checkVector(2, 5), ipoints.checkVector(2, 6))) in solvePnPRansac, file /tmp/binarydeb/ros-kinetic-opencv3-3.3.1/modules/calib3d/src/solvepnp.cpp, line 253
terminate called after throwing an instance of 'cv::Exception'
what(): /tmp/binarydeb/ros-kinetic-opencv3-3.3.1/modules/calib3d/src/solvepnp.cpp:253: error: (-215) npoints >= 4 && npoints == std::max(ipoints.checkVector(2, 5), ipoints.checkVector(2, 6)) in function solvePnPRansac

It seems like the problem of pnp-method. In fact, I found that it is caused by the few keypoints(only 2-5) in keypoints extract. In addition, not only did I have this problem:

halajun/VDO_SLAM#38

generate_mask.py

Hi @ssmem ,thanks for your work of VDO-dataset, I am trying to use the output of generate_mask.py directly . The issue is that the two objects (cars) have the same shade of color as shown in the figure below. I want a similar output as yours. How do I solve this?
图片
but I am very Confused, the segmentation visualization interface shows instance segmentation. Can you tell me the details of your code implementation, How do I solve this problem? I look forward to your reply!
图片

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.