Giter Site home page Giter Site logo

songw-zju / meta-rangeseg Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 6.0 91.17 MB

The official implementation of "Meta-RangeSeg: LiDAR Sequence Semantic Segmentation Using Multiple Feature Aggregation" (RA-L with IROS 2022)

License: MIT License

Python 100.00%

meta-rangeseg's People

Contributors

songw-zju avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta-rangeseg's Issues

Question about Boundary Loss

Nice work! Thank u for releasing this repo!
I would like to ask 2 questions about BoundaryLoss~

  1. Does BoundaryLoss consume a lot of time in your experiments? In my experiments, computing the Boundaryloss consumes a lot of GPU memory and triples the training time.
  2. I don't use the range image method to represent the point cloud, but use the BEV two-dimensional representation, could the BoundaryLoss be used to train the network?

Thanks in advance for your reply!

Good work! Looking forward to the code.

In fact, I did try to incorporate BD Loss. However, since Lite-HDSeg is not open source, I refer to this repo for the implementation.

However, in my code, it is not as good as described in Lite-HDSeg and your ablation experiments.

Would you like to share this part of the code and your (open3d) visualization code?

Questions about residual image

Hi, thank you for your great works!! ๐Ÿ‘ :)

Could you tell me about 'residual' param?
Can I set residual to FALSE?

Question about Meta-kerenl.

Thanks for your quick respond!

Recently, I have beening working on how to improve the performence of moving object segmentation by using Range-view.
I found thaht meta-kernel is a useful block to extract feature from range image. I have try to used the source code of RangeDet, but there is some wrong with the Mxnet . So I cant debug it. I wonder if you can share the code of Meta-kernel writtern by pytorch.
It is doesn't matter that if you can't share it for any inconvinience.
Sorry for any possible missunderstanding!

And thanks again!

image

can you tell me how do you draw the image in your paper, for example
image

Pretrained model

Hi, thanks for your code and I appreciate your research.
However, pretrained model in single scene does not fit to your code. (dimension issue)
Could you check and update pretrained model?

thanks.

how to use Sub-SemanticKITTI ?

hi, thanks for your open work, I am interested in how to use the dataset consisted of every 8th frame in sequence 00-10 (except 08)? If use it, where I need to modify with the code?

Meet error when inferring

  • Thanks for the wonderful work.

  • According to the README, I infer the model, but I meet the bug that i can't fix. It occurs

    exec("residual_file_" + str(i + 1) + " = " + "self.residual_files_" + str(i + 1) + "[seq][index]")

  • The error message is as follows
    image

  • I print the seq and index, and I find seq == 08 and index == 8 when the error occurs.

if self.use_residual:
            for i in range(self.n_input_scans):
                print("seq")
                print(seq)
                print("index")
                print(index)
                exec("residual_file_" + str(i + 1) + " = " + "self.residual_files_" + str(i + 1) + "[seq][index]")
  • So how can I fix this error?

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.