zhyever / PatchFusion

[CVPR 2024] An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation
https://zhyever.github.io/patchfusion/
MIT License
926 stars 62 forks source link

How to install locally on Windows? #36

Open gituser123456789000 opened 1 month ago

gituser123456789000 commented 1 month ago

The steps using conda say to use "export" command, which is not recognized.. we apparently have to use "set" instead.. and later, the "from" command, which also isn't recognized or supported.

Please make instructions much more clear for Windows.

"Without Network Connection Solution" also uses the 'from' command, which is not supported

"Easy Way to Import PatchFusion:" also uses 'from' command, which is not supported

A GUI would be nice..

a 32bit option would also likely be a good improvement. At least it is in TilingZoeDepth GUI: https://github.com/n8ventures/TilingZoeDepth_GUI

It would be interesting to see if the same improvement could be made using 32bit in PatchFusion