cleinc / bts

From Big to Small: Multi-Scale Local Planar Guidance for Monocular Depth Estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a problem in ./pytorch/bts_test.py

sigloome opened this issue · comments

The class BtsModel is used in line 89 without importing

model = BtsModel(params=args)

Just add the following line to fix it
from bts import BtsModel

@sigloome Thanks for the bug fixing. We will update the code.