datvuthanh / HybridNets

HybridNets: End-to-End Perception Network
MIT License
585 stars 120 forks source link

ImportError: cannot import name 'display' from 'utils.utils' #17

Closed xenera-thinh closed 2 years ago

xenera-thinh commented 2 years ago

Hello,

I'm encountering an issue where loss.py is trying to import a function named display from utils/utils.py but this function is undefined. I couldn't run train.py as a result of this.

datvuthanh commented 2 years ago

Hi @xenera-thinh,

Thank you for your issue, we'll fix this code soon.