Docker setup + commit Monodepth2#2
Open
JQuezada0 wants to merge 51 commits into
Open
Conversation
Setting requires_grad flag for nn.Parameter to make it not optimizable during training.
Added option to test_simple.py to directly predict depth. Plus comments in dataloader
use randn on GPU instead of cpu
…te requirements.txt to conda deps + lock all dependencies to version
Dockerize
Import layers relatively
Add README w/ basic setup instructions
Readme styling cleanup
|
Great work! |
|
Hey,what input seathru images are u using for the code, as the images from the original seathru dataset are very dark compared to your report, if there is any particular pre-processing you have done, kindly let me know............. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Forked here: https://github.com/JQuezada0/sea-thru
Adds docker setup to make it easier to get this running.
The following description has been copy-pasted from the README.md included in this PR.
Description
Sea-Thru
Implementation of Sea-thru by Derya Akkaynak and Tali Treibitz
Forked from https://github.com/hainh/sea-thru
This fork's only aim is to standardize the dependencies and environment with Docker and Anaconda to make it so that anyone can use it without deep technical knowledge of python.
Additionally, in order to make this an all-in-one package, the Monodepth2 submodule has been cloned and commited directly into this repo, preserving the commit history and original authors.