ModelTC / United-Perception

United Perception
Apache License 2.0
428 stars 65 forks source link

from .._C import xxx, error #24

Closed EthanChen1234 closed 2 years ago

EthanChen1234 commented 2 years ago

hi, i'm got the error 'ImportError: cannot import name 'naive_nms' from 'up.extensions.csrc' (unknown location)'

e2a77bc3246af8301ca528b4df54a23c

for the naive_nms, it's not in csrc? where it is?

yqyao commented 2 years ago

https://github.com/ModelTC/United-Perception/blob/main/up/extensions/csrc/pybind.cpp#L57 @EthanChen1234