-
everyone, I've been playing with the latest version and got some errors that I don't know how to fix. Step 1 seems finished nut not sure of its correctness. It is Step 3 where I stuck and got errs (wh…
-
I see in the zurich_raw2rgb_dataset.py, you use cv2.imread(path), so it would be BGR? But then when putting that dataset into synthetic_burst_train_set.py, it's treated as RGB. Should there be a conve…
-
Hello,
I have succesfully used test code with trained weights and datasets provided by you.
python test.py --netroot "zyz987.pth" --baseroot "C:\imagesets\Zurich-RAW-to-DSLR-Dataset\TestingPhoneRa…
-
![image](https://github.com/fengzhang427/LRD/assets/78095525/b002a389-a96c-4f72-8190-3968cbaca353)
想请教下测试LRD数据集时,为什么在raw2rgb前要对noisy_image * ratio?
-
Thanks for release codes.
I would like to train your Burst SR model using released codes but I want to ask something before training.
In the paper, it seems the model trained with 4 RTX6000 GPUs…
-
Hello, I noticed that when running your program, the colors in the generated results appear different from the low-resolution images. I'm not sure if this is normal. I have tried adjusting various par…
-
Hi there,
Currently I was trying to use the D415 IR data for Face anti-spoofing. I noticed that the depth module actually is consist of two imager without IR filter. This means the left imager can pr…
-
## Env
- GPU, Xavier ORIN
- OS, Ubuntu20.04
- Cuda version 11.4
- TensorRT version 8.4
## About this repo
- which branch/tag/commit are you using? yolov5-v5.0
- which model? yolov5-v5…
-
i write a device adapter for the Daheng camera. And when i test it, i find this error "Cannot verify interface compatibility of device adapter""Line 2: run-time error : Failed to load device "DCam" f…
-
I choose adobe fivek_dataset one picture “a3501-dgw_154.dng”, use rawpy to get raw picture(RGBG) and sRGB image(all crop to 512*512), but the result has artifact。here is the code:
```
def read_dng()…