Start adding stubs for unsupervised training
This commit is contained in:
5
unsupervised/trainer.py
Normal file
5
unsupervised/trainer.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""
|
||||||
|
Trainer to learn depth information on unlabeled data (raw images/videos)
|
||||||
|
|
||||||
|
Allows pluggable depth networks for differing performance (including fast-depth)
|
||||||
|
"""
|
||||||
3
unsupervised/utils.py
Normal file
3
unsupervised/utils.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
"""
|
||||||
|
Utils to load and split image/video data.
|
||||||
|
"""
|
||||||
Reference in New Issue
Block a user