Realtime_Multi-Person_Pose_Estimation
Realtime_Multi-Person_Pose_Estimation copied to clipboard
some trouble about genLMDB.py
I'm a Chinese and my English is not good:) When I run genLMDB.py, it said"No module named 'lmdb'",where can I download the lmdb module?
you need install python-lmdb library
pip install python-lmdb
or
conda install python-lmdb