espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
516 stars 115 forks source link

ModuleNotFoundError: No module named 'calibrator' (AIV-520) #93

Open ifve opened 2 years ago

ifve commented 2 years ago

运行tools/quantization_tool/examples/example.py时报错: from calibrator import * ModuleNotFoundError: No module named 'calibrator' 想请教这个缺失的包从哪里获取? 系统:ubuntu18.04 python: 3.7 esp-dl VERSION: d9493506707c0b68fa10447ec24380af6f19bb32

zdm-linux commented 1 year ago

你好 这个问题你解决了么

ghost commented 1 year ago

You can import the modules from here dl-lib and import these into your project as a module.