Woody

Results 13 issues of Woody

`rknn_query`从模型获得的信息: ``` input tensors: index=0 name=x.1_0 n_dims=4 dims=[1 3 640 640] n_elems=1228800 size=1228800 fmt=0 type=3 qnt_type=2 fl=0 zp=0 scale=1.000000 output tensors: index=0 name=permute_at_1747_221_out0_223 n_dims=5 dims=[3 80 80 11] n_elems=211200 size=211200...

in `blender.py` the near and far parameters are defined as: ``` # bounds, common for all scenes self.near = 2.0 self.far = 6.0 ``` What does this affect? If I'm...

![image](https://github.com/kwea123/nerf_pl/assets/72900674/7b40a720-75fb-422a-a105-79371d3aedcd) I've replicated the result mesh and saved it as a .vtp 3d model. Now I'm trying to do the projection with these parameters to see if the projection could...

Hi, thanks for the sharing of this code. I'm confused about the SHEncoder, is there any reference on that? How to choose the given C0 to C4? Thank you :-)

In the article it is said "For experiments with synthetic images, we scale the scene so that it lies within a cube of side length 2 centered at the origin,...

First of all, appreciate for sharing the training code of the light glue. At this moment, I'm replicating the first round of training on homograph dataset, here is the loss...

First of all, appreciate for sharing the source code. Following the instructions of [glue-factory](https://github.com/cvg/glue-factory), we've got the trained model saved as `checkpoint_best.tar` which includes parameters of super-point and light-glue. However,...

When running the `rec_car.sh`, there is this error.

Thanks for the sharing of this work. In the README in AnyObject3D it is said: Pretrained models ```bash cd /path/to/Anything-3D/AnyObject3D/src mkdir weights && cd weights wget https://huggingface.co/jyseo/3DFuse_weights/resolve/main/models/3DFuse_sparse_depth_injector.ckpt ``` Where does...

Thanks for the open source. I'm running a docker with CUDA11.7 Ubuntu22.04 on a machine with 4 RTX3090 24G cards. When i followed the instruction of environment setup, there are...