-
- "Feature Pyramid Network for Multi-Class Land Segmentation", CVPRW 2018
-
Paper : https://arxiv.org/abs/2206.11678
Demo : https://codepen.io/mediapipe
Blog : https://blog.tensorflow.org/2021/08/3d-pose-detection-with-mediapipe-blazepose-ghum-tfjs.html
오늘 리뷰할 논문은 Google…
-
Hi,
Thank you for sharing your artifact. This is excellent work. I have a question about how your depth image is implemented. I noticed that when I am using it in the original scenario, obstacles t…
-
how to get the depth of images ? after getting the result i want to know whether my object is near,far, moderate,very far,
what are the parameters we need to use
![image](https://user-images.git…
-
-
I am getting this error while implementing the code for the custom dataset. How can I solve it?
`(MDE) D:\FIRAT\Güncel\Postdoc_2218\Process\Monocular-Depth-Estimation-Toolbox-main>python tools/trai…
-
Thanks for sharing the training scripts! I have two questions about the training data. In the data files, I noticed the use of occlusion files. Do they belong to the sub-dataset called Disparity Occlu…
-
Hello author, I am a novice and have been trying to output a depth map similar to the Tum dataset recently, but it has not been successful. Therefore, I would like to ask which command should I call? …
-
Thank you for your contribution, I have some questions, does the depth of this paper refer to the absolute depth, if it is absolute depth, is the coordinate system the camera coordinate system, and ho…
-
Hi,
I observe some code repo "monodepth2" for example, has median scaling turned on during evaluation. (multiply the predicted depth by a ratio compared to gt). There is no such step in this repo a…