Mu Hu

Results 119 comments of Mu Hu
trafficstars

We have not especially considered the deployment on Apple devices. I think DepthPro from Apple would help.

> Hello! Thank you for your amazing work! I already read the paper and I might miss some information, I would appreciate your answers, thus I have several questions: >...

“相同image_size,相同焦距的情况下”,我认为你说的是实际物理量而非pixel单位。此时像素单位的焦距并不相同。 这种情况下,图像会先被resize到相同大小,这时焦距会成比例变换,resize后的图像像素焦距相同

I am not sure whether it will work well. The scaling factor upon different loss items should be properly adjusted.

I am not quite sure about the torch.hub parts. Could Zach @ZachL1 introduce some experience here?

> @YvanYin, so I flipped the height and width, > > in the **2m GT** image I got 2m at intrinsic = [500, 500, 1512, 2016] ![image](https://private-user-images.githubusercontent.com/109457597/370987671-94ebb6d6-8d11-4b69-9b4c-09d543b5c2ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjk3NDc1NDgsIm5iZiI6MTcyOTc0NzI0OCwicGF0aCI6Ii8xMDk0NTc1OTcvMzcwOTg3NjcxLTk0ZWJiNmQ2LThkMTEtNGI2OS05YjRjLTA5ZDU0M2I1YzJhYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMDI0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTAyNFQwNTIwNDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iOTE1NzFkNmZkZTljMzFmZjAyZjMyNDU2MzgzYTRiZGFhN2ExZTg4M2JjNTAxMDMyZGNiODljYTFjMDA2ZmE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6i0SppDGeoCihtlLxZSZDvt0H0sK5_rDYJgJnO5ieRE) > > in...

Thank you for your interest and there are two ways: (1) As a temporary solution, you could directly change (like a hard coding) the intrinsic [here](https://github.com/YvanYin/Metric3D/blob/f3833ba284767925c85098c1960d06f99ac3e466/mono/utils/custom_data.py#L33) and apply the in-the-wild...

> Hi! I have 640x360 images. I wonder if I can use the model directly on these lower resolution images without resizing to 616x1064. We cannot because the original ViT...

Have you checked the keys in the model.name_parameters() and the checkpoint? I remember there are some name issue when loading the DINO checkpoint. But for our weights, this should not...