dependencies not found
igorgarbuz opened this issue · 1 comments
igorgarbuz commented
following calls from callbacks.py are not existing:
from BoundingBox import BoundingBox
from BoundingBoxes import BoundingBoxes
from Evaluator import *
from utils import *
Sorry if I miss something
maubreville commented
Hey Igor,
you need to add paths to Object-Detection-Metrics from: https://github.com/rafaelpadilla/Object-Detection-Metrics, like pointed out in the README
Cheers,
Marc