-
Is there code for inference for individually blurred images? Or does the inference need to be for both the blurred image and Groundtruth?
-
Hey @yuhbai,
I've read your paper with great interest and tried out your code on the VisA dataset.
I now want to try to test my own images on your model, is there any way to do that?
With bes…
-
Thanks for your amazing work!
I have a question for Appendix C, where you just removed a single image from the model.
I wonder how you apply the guidance here. Did you use exactly the image or just …
-
Hi authors of this great project! i would like to ask how to do a simple inference without preparing the Dataset listed in the README.md, i'm trying to compare this project with [DrBokeh](https://gith…
-
I want to use DALI to implement multi-ROI cropping on a single image, while also performing padding to maintain the aspect ratio for subsequent use with YOLOv8. How should I proceed, ensuring that the…
-
Is there a quick script, notebook or colab to run semantic segmentation inference with your pretrained models models on some arbitrary image that is not part of the datasets you listed?
-
Hi there,
Neat work!
I had a question if this codebase would support generating a novel view using a single image?
-
Hi everyone!
Thanks for the cool work :) I have a question wrt to the elevation though: you said [here](https://github.com/SUDO-AI-3D/zero123plus/issues/8) that the model is trained using input el…
-
Hello, firstly thank your for your god job.
How can I predict a single image? Can you give an example?
-
Hi,
Thanks for sharing your work! Very interesting!
I am wondering how it is possible to run a forward inference given a RAW image of my own, and how to run an inverse inference given a sRGB.
…