MrLihj

Results 3 issues of MrLihj

This is my code: ``` `void main() { Mat image; image = imread("1.png"); Mat gray_image; cvtColor(image, gray_image, CV_BGR2GRAY); int W = image.rows; int H = image.cols; int image_size = W*...

I obtained the following depth estimation results on the TAT dataset. ![00000000](https://github.com/user-attachments/assets/b2b63a47-ba1a-4d42-b6a3-28fc9f733b46) ![00000000](https://github.com/user-attachments/assets/6f6295c9-355a-4d2a-94a1-0e03091cff6a)

![Screenshot from 2024-07-23 09-38-45](https://github.com/user-attachments/assets/d21fd28a-1bfa-42fd-9722-cc22ef3d2e75) When I tested on the Auditorium in Tanks and Temples as well as some self-collected indoor datasets, the problem shown in the figure below occurred. How...