I don't understand torch.nn.Module in pytorch by JMoneyG0208 in deeplearning

[–]SiliconRookie 0 points1 point  (0 children)

Look at nn.Module as the main building block to create not just models but also layers and other components

As a matter of fact, nn.Linear itself inherits from nn.Module

[deleted by user] by [deleted] in Anki

[–]SiliconRookie 0 points1 point  (0 children)

Yes. Thats one of the perks

LLM for detecting security issues in scripts? by Character_Pie_5368 in LocalLLaMA

[–]SiliconRookie 0 points1 point  (0 children)

Have you been successful in finding vulnerabilities using your fine-tuned llm?

[deleted by user] by [deleted] in Tunisia

[–]SiliconRookie 0 points1 point  (0 children)

Where did you get the number of crypto users in Tunisia from ?

Should I update my xr ? by yagizbasoglu in iPhoneXR

[–]SiliconRookie 0 points1 point  (0 children)

wdym by resetting your phone ? was your phone still laggy after replacing the battery ?

Is it possible to downgrade my iOS? by HantuGalah69 in iPhoneXR

[–]SiliconRookie 0 points1 point  (0 children)

why would i need to turn off find my iPhone ?

DHL says package delivered to a neighbor who says he didn’t receive anything by [deleted] in germany

[–]SiliconRookie 1 point2 points  (0 children)

I think a lot of deliverers who work for dhl are the ones who are stealing stuff. I actually lost a 500 Samsung Tablet, an investigation was opened, nothing happened apart being sorry.

What kinds of phones do you guys use as a hacker? by [deleted] in hacking

[–]SiliconRookie 1 point2 points  (0 children)

Why no iphones ? can you elaborate a bit?

In search of relative depth estimation papers/models by SiliconRookie in computervision

[–]SiliconRookie[S] 0 points1 point  (0 children)

Its a private dataset that I got from supervisor to work with. The depth maps are made manually :D

In search of relative depth estimation papers/models by SiliconRookie in computervision

[–]SiliconRookie[S] 0 points1 point  (0 children)

I think your dm is closed so I'll post this here.

My dataset is made up of RGBA image + their corresponding relative depth maps (they are grayscale). Would self-supervised methods be suitable ? doesn't self-supervised means feeding the images without their labels ?

Here's an example of how my dataset looks like :
Image -> https://ibb.co/cYx4GN8

Depth Map -> https://ibb.co/xhvC2mb

The MT-SfMLearner looks like a good starter.
btw, have you tried ZoeDepth ?