Yash Sanjay Bhalgat

Results 10 issues of Yash Sanjay Bhalgat

Hi, This is a great repo! :-) But can you add functionality to compute the addition count and multiplication count separately? Thanks!

enhancement

I have followed the building instructions and it seems like OpenSFM installed on my system without errors. But when I run `bin/opensfm_run_all data/berlin`, I get the following error message: ```...

I get the following error when I try to build OpenSFM with `python3 setup.py build`: ``` Configuring for python 3.6... -- A library with BLAS API found. -- A library...

Hi @dazinovic , following your comment here: https://github.com/dazinovic/neural-rgbd-surface-reconstruction/issues/1#issuecomment-1018759211, I used the [mesh_metrics.py](https://github.com/nihalsid/retrieval-fuse/blob/main/util/mesh_metrics.py) script to compute the evaluation metrics. I used the meshes provided by you [here](http://kaldir.vc.in.tum.de/neural_rgbd/meshes.zip). The numbers I get...

Hi @crockwell, this is a really cool work! I am trying to generate the epipolar lines given the relative pose predicted by your model. However, I am not able to...

Hi @sunset1995, thank you for this work! The code is very clear and useful. I am trying to train the model on a scene (`scene0000_00`) from ScanNet dataset. I got...

Hi @ybbbbt, I have a simple question: can you please explain the purpose of the parameter "scale_factor" in the ScanNet config files, such as [here](https://github.com/zju3dv/object_nerf/blob/e8b1a7a5ab0596babdf4400a9e8908f1bfdcf990/config/scannet_base_0024.yml#L8)? Thank you, Yash

Hi, for each sequence, would it possible to provide the (anonymized) user ID of the user that provided/uploaded the video. I know this might a big ask, but I am...

The camera pose conversion in the `scene/dataset_readers.py` is currently incorrect. It should be fixed as per this PR: https://github.com/graphdeco-inria/gaussian-splatting/pull/111

Hi @wjf5203, thank you for this interesting work! Can you please provide a "demo" script for **_open-vocabulary_** instance segmentation on videos? Currently, I only see a `TEST.md` file that describes...