GithubHelp home page GithubHelp logo

cvlab-unibo / mm2d3d Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 73 KB

Official code for the paper "Exploiting the Complementarity of 2D and 3D Networks to Address Domain-Shift in 3D Semantic Segmentation"

Shell 0.03% Python 99.97%

mm2d3d's People

Contributors

adricarda avatar pierlui92 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mm2d3d's Issues

code

hi @adricarda ,

thank you for your work.

I don't see the processing code for the A2D2 data set and semantic-kitti data set. Could you share the preprocess_a2d2.py and preprocess_semantic-kitti.py ?

Thanks!
11W{P7W}$OLPU Q0E1`R{J6

About the final results shown in Tab. 1

hi @adricarda ,

thank you for your work.

I am so confused that why the experimental results shown in Tab. 1 are inconsistent with the results published in XMUDA?

The final mIoU of day->night UDA task is 50.0 in XMUDA, but you write 67.4 in your paper?

Reproduce

Hi, I rerun the code, but there is a gap between the experimental results and the results in the paper. The experimental results I got on the USAโ†’ Singapore scenario: 2D-70.51, 3D-65.61, Avg-71.08. The results in the paper: 2D-71.7, 3D-66.8, Avg-72.4. Especially for the A2D2โ†’ Sem.KITTI scenario, the resulting gap is large. Can you give me some suggestions?

RuntimeError: mat1 and mat2 shapes cannot be multiplied (21584x1 and 3x1)

Excuse me, a runtime error is reported when I run the script CUDA_VISIBLE_DEVICES=0,1 python experiments_USA_SING/rgbd_rgbxyz_sigmoid_for_rgb/run.py:
RuntimeError: mat1 and mat2 shapes cannot be multiplied (21584x1 and 3x1)

I run the lib/dataset/preprocess_nuscenes_lidarseg.py script to prepare the data.

I check and find that the data shape of data_batch["x"][1] is 21584x1 (located on line 46 of the experiments_USA_SING/rgbd_rgbxyz_sigmoid_for_rgb/3d_net/model.py file), but the mapping of the linear layer is 3 ->1:
mask_rgb = self.linear_rgb_mask(data_batch["x"][1])
self.linear_rgb_mask = nn.Linear(3, 1)

Also, can you clarify the version of the package (e.g. pytorch-lightning, hydra, etc.)?

Thanks for your reply and help!

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.