question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Computing points.npy, view_id.npy, pairs.txt

See original GitHub issue

Dear authors,

Thank you for your contribution. In testing your code, I assume that the cameras.npz files follow the format from NeuS and IDR. However, you also load the sparse pointcloud in the points.npy and view_id.npy. Could you please provide data samples and/or explain the structure of these files?

Futhermore you use a pairs.txt file which I assume is a precomputed set of close source views for each reference views. How is this computed?

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
GhiXucommented, Nov 28, 2022

Hi, @sergiobdrl, thanks for attention! We have released your mentioned files. To obtain the pairs.txt, you can modify this file to compute the source views for each reference view.

0reactions
sergiobdrlcommented, Dec 5, 2022

In the file that you mention, https://github.com/GhiXu/ACMP/blob/master/colmap2mvsnet_acm.py#L412, you preselect 20 views. I’m curious to know how this hyperparameter affects the results…

Read more comments on GitHub >

github_iconTop Results From Across the Web

taskonomy/load_ops.py at master · StanfordVL ... - GitHub
Turn an image into a probability distribution across color pair specified in pts_in_hull.npy. It's referencing: https://github.com/richzhang/colorization.
Read more >
Is there a GUI to see contents of .npy file? - Stack Overflow
I am working with Python 2. I have saved a dict of arrays to a .npy file on my computer. If I open...
Read more >
numpy.load — NumPy v1.24 Manual
Load arrays or pickled objects from .npy , .npz or pickled files. ... containing {filename: array} key-value pairs, one for each file in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found