-
Hello, I tested on the n3dv dataset using the model and weights provided by you and found that all NVS images have a ghosting issue. Since Gaussians are based on back-projecting to the world coordinat…
-
I can't find texture map or blender file of ball scene in RefNeRF repo, but I see relighted result of ball is reported on your paper. Is there any script file you guys used for relighting the ball?
-
The video example shown on this reddit post is more detailed than what we get even though it was made with the [stable-diffusion-webui-depthmap-script](https://github.com/thygate/stable-diffusion-webu…
-
For model training and execution, several design patterns are effective in managing workflows, code structure, and flexibility. Here are a few common ones used in machine learning and data processing …
-
**error**
Traceback (most recent call last):
File "/content/mmdetection/tools/train.py", line 121, in
main()
File "/content/mmdetection/tools/train.py", line 117, in main
runner.tr…
-
GR-1复现交流群,作者大大加群的话会将群主权限移交,有复现进展会在此贴更新,二维码尽量保持更新
这种神仙repo大家点颗星再走
![图片](https://github.com/bytedance/GR-1/assets/33491471/009e70d7-3bc1-4f8f-839a-53f95832748f)
-
I'm using [this](https://tfhub.dev/intel/lite-model/midas/v2_1_small/1/lite/1) tflite model and running it on my PC using this script
```
import cv2
import tensorflow as tf
import urllib.request
…
-
May I know which paper did you implement the algorithm from?
-
Hi @LiheYoung ,
This is super impressive work. I used the huggingface deployment to test out the network. I gave it a sample image from a camera with known camera intrinsics and it output a depth …
-
我在使用Cascade RCNN的结构,在测试时发现 multi scale的效果会变得很差很差,而single scale每个scale的效果都还算可以,在debug过程中我有如下几个问题:
1. 为什么mutli scale过程中,每个尺度调用 self.bbox_head.get_prediction 的结果个数都为1000,而single scale 中调用 self.bbox_head…