Skip to content

Commit

Permalink
add fast-depth tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
eladco committed Oct 10, 2024
1 parent 9dec039 commit 1134601
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,9 @@ def conv_dw(inp, oup, stride, relu6):
)

class FastDepth(nn.Module, PyTorchModelHubMixin):
def __init__(self, output_size):
def __init__(self):

super(FastDepth, self).__init__()
self.output_size = output_size
mobilenet = MobileNetBackbone()

for i in range(14):
Expand Down
Loading

0 comments on commit 1134601

Please sign in to comment.