Lixin Xue

Results 12 comments of Lixin Xue

Sorry it is the data of someone's face so I couldn't show the full image. Here is the crop for the floaters (upperleft is the forehead, all others are floaters...

I implemented tensorf (without alpha mask / weight mask and with some design changes) in my own pipeline so I am not sure about the dataloader issue. I didn't dig...

Hi, sorry for the late reply. I guess you can fill the `scaler` with 0 and shape as `qvalue_map` as [this part of code ](https://github.com/yifita/DSS/blob/d96260c8c0b926ba2fd43d82eb3e0afd970a046a/DSS/core/rasterizer.py#L631-L633) suggests

Hi, the author creates a new database (also overwrites the old one as they have the same name) and go over the correspondences as shown here: https://github.com/cvg/sfm-disambiguation-colmap/blob/b78896ba1579b7954ff2560b763759b861a0ba01/reliable_resectioning/src/base/mds.cc#L40-L98 I think the...

Sorry for the wrong answer: "the author creates a new database (also overwrites the old one". Yes, you are right the author didn't create a new database. They just use...

Thanks for you interest. Unfortunately, the largest dataset I have worked on is `berliner_dom` with 1.6 k images only. So I am not sure if the code can run with...

Can you post a minimal example to reproduce this error?

From the error message in figure 2, it seems that the D2Net feature extractor is not installed correctly in `hloc`. I did a quick fix to make the codebase compatible...

Indeed it is a typo. Thanks for pointing it out!

You can find the mesh [here](http://graphics.stanford.edu/data/3Dscanrep/). Unfortunately, I don't have the config but I guess you can start from the one provided and do some tweaks accordingly. The implementation of...