fiveai / MoCaE

The official implementation of "MoCaE: Mixture of Calibrated Experts Significantly Improves Accuracy in Object Detection"
https://arxiv.org/abs/2309.14976
Other
19 stars 2 forks source link

there is not exist uncertainty.py file #1

Closed WenLinLliu closed 4 months ago

WenLinLliu commented 4 months ago

File "/mnt/d/work/06/MoCaE-main/mmdet/core/utils/init.py", line 8, in from .uncertainty import Uncertainty ModuleNotFoundError: No module named 'mmdet.core.utils.uncertainty'

selimkuzucu commented 4 months ago

Hi @WenLinLliu , thanks for your interest in our work and bringing this issue to our attention. The newest commit (aa6e81f9a7e2caa1e550315f12e97882e4a0cba4) should resolve the problem. Please let me know if the issue persists and/or if you face any further problems.