issues
search
laughtervv
/
DepthAwareCNN
Depth-aware CNN for RGB-D Segmentation, ECCV 2018
MIT License
304
stars
81
forks
source link
Fixed minor syntax errors
#15
Closed
crmauceri
closed
4 years ago
crmauceri
commented
6 years ago
Just a few minor fixes in order to smoothly run scripts/test.py
typos (pt vs opt)
missing import for time
missing parens on the print statement (python3)
mixed indentation
Just a few minor fixes in order to smoothly run scripts/test.py