Coder Social home page Coder Social logo

cnmnet's Issues

ScanNet train/test split

Hello,

According to your paper, you divided ScanNet scenes into 1000 for training and 600 for testing.

But I wonder why file train_plane_view3_scans0_999_interval2_error01.txt only has 882 scenes?

About fusion depth code

Thanks for your nice work!
I cannot find any code about depth fusion in the repo.
Can you provide code to fuse depth maps to mesh?
Thanks a lot!

the weight of prob_loss

Hi! I'm confused of the parameters used when adding 'prob_loss'. Why is the weight 'alpha' set to 0.2 in the paper, but 1 in the code?
Since there is a function 'criterion_prob' in your code, did you use the prob_map_loss or other supervision information during training?

line 197 in train.py:

            prob_map_loss, prob_map_gt = criterion_prob(prob_map, idepth_refined, gt_disparity[:, 0, :, :, :])

            prob_loss = 5 * prob_loss_depth + prob_loss_minusmean  # + prob_map_loss

Thanks a lot!

Question for results

Thank you for releasing the code implementation.

I have a question about the results.

I use your pretrained weights and get pred_depth in 7scenes test set. I evaluate these depth maps using https://github.com/xxlong0/CNMNet/blob/master/utils/metric.py#L448, but I cannot obtain identical results as listed in the paper.

the results I got,
| <1.25 | <1.25^2 | <1.25^3 | abs.rel | sq.rel | rmse | remse log | scale. inv
| 0.481 | 0.799 | 0.934 | 0.283 | 0.214 | 0.563 | 0.338 | 0.326

I want to know more details:

  1. How can I get the translation_gt in https://github.com/xxlong0/CNMNet/blob/master/utils/metric.py#L448
  2. Do you scale the depth map to 640x480 before evaluation
  3. It seems that you only evaluate part of images (https://github.com/xxlong0/CNMNet/blob/master/eval.py#L557)
    ...

error while testing

I am not able to find the expected file.
I did once download the 7_scenes dataset from microsoft.
attaching the ss
img1

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.