Skip to content

Commit

Permalink
scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jan 30, 2024
1 parent de33b0d commit 197814e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion midas/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
from einops import rearrange, reduce, repeat


class MiDaS:



class ResNetEncdoer(nn.Module):
def __init__(self):
pass

def forward(self, x):
pass


class MidaS:
def __init__(self):
pass

Expand Down

0 comments on commit 197814e

Please sign in to comment.