Coder Social home page Coder Social logo

Comments (6)

anhquancao avatar anhquancao commented on August 17, 2024

Hi @lulianLiu,
You can follow these steps to write the dataloader for your dataset:

  1. Adapt this file to generate 3D ground truth at 1:8 resolution
  2. Modile kitti dataset loader with your camera intrinsic parameter. If you predict the 3D scene in the camera coordinate then T_velo_2_cam can be set to np.eye(4)
  3. You might need to modify voxel_origin and scene size. This define the area of the scene you want to predict

from monoscene.

lulianLiu avatar lulianLiu commented on August 17, 2024

Hi @lulianLiu, You can follow these steps to write the dataloader for your dataset:

1. Adapt [this file](https://github.com/cv-rits/MonoScene/blob/master/monoscene/data/semantic_kitti/preprocess.py) to generate 3D ground truth at 1:8 resolution

2. Modile [kitti dataset loader](https://github.com/cv-rits/MonoScene/blob/master/monoscene/data/semantic_kitti/kitti_dataset.py#L69) with your camera intrinsic parameter. If you predict the 3D scene in the camera coordinate then T_velo_2_cam can be set to np.eye(4)

3. You might need to modify [voxel_origin and scene size](https://github.com/cv-rits/MonoScene/blob/master/monoscene/data/semantic_kitti/kitti_dataset.py#L41). This define the area of the scene you want to predict

Dear author, if I train by the kitti data. I need to download follow two data?Can I download the kitti(700M) to train and modile the data to make my own data?
屏幕截图 2022-10-28 221322

from monoscene.

anhquancao avatar anhquancao commented on August 17, 2024

You need the calibaration files and the RGB images which are not in the 700Mb data.

from monoscene.

lulianLiu avatar lulianLiu commented on August 17, 2024

But the RGB images is too big. Can you provide a small data link to me? and I also want to ask whether only use RGB images to train?

from monoscene.

anhquancao avatar anhquancao commented on August 17, 2024

Sorry, I don't have the smaller dataset. You need to calibration file for the camera intrinsics and 3D ground truth to train

from monoscene.

AgentEXPL avatar AgentEXPL commented on August 17, 2024

Hi, @anhquancao How to obtain the .pkl and .bin files from the original NYU dataset?

from monoscene.

Related Issues (20)

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.