yeluoo

Results 14 issues of yeluoo

Hello, you mentioned in the paper that you use the combination of XVFI+3D photo inpainting as a comparison, but you repos, I did not see the code of this part...

Hello, I need to get a fixed-size input-output model. When converting the loftr.onnx file, it can be converted successfully, but it is a verification model, and this error occurs. `nvalidGraph:...

I added the LISRD code, but the effect is not good in the case of large and small images, please optimize it

``` # pyrender.Viewer(scene, use_raymond_lighting=True) renderer = pyrender.OffscreenRenderer(viewport_width=1024, viewport_height=1024) image, _ = renderer.render(scene) # 保存图片到文件 filename = f'scene_{i:02}.png' import cv2 cv2.imwrite(filename, image) print(f"Scene saved to {os.path.abspath(filename)}") ``` I want to render...

If I input an image as the left eye image and generate the right eye image through your code, if the distance between the human eyes is 6.5 cm, how...

I feel that ALIKE is better than SuperPoint in the way of obtaining key points, comparing SuperPoint + LISRD and ALIKE + LISRD. I feel that such a result should...

I encountered this problem, how to solve it? ``` python main.py ``` ``` DepthMap v0.4.4 (5250c8b7) running in standalone mode! The standalone mode is not on par with the stable-diffusion-webui...

Hi, how do i use your Homography Tracking module? thanks i have planar object image and video, how do I use your API to track planar objects in a video