Skip to content

Commit

Permalink
Merge pull request #4 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update depth_pro.py
  • Loading branch information
Amael authored Oct 5, 2024
2 parents 0f0e923 + 599ca79 commit edeae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depth_pro/depth_pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __init__(
nn.ReLU(),
)

# Set the final convoultion layer's bias to be 0.
# Set the final convolution layer's bias to be 0.
self.head[4].bias.data.fill_(0)

# Set the FOV estimation head.
Expand Down

0 comments on commit edeae00

Please sign in to comment.