Local Reprocessing using hrnet
Posted: Wed Dec 13, 2023 11:09 pm
Hello,
I am trying to locally reprocess some of my trials using hrnet to see if there are any differences in the results. But after instally pytorch, mmcv, mmengine and mmdet I still get an error.
How can I go about solving this?
I am trying to locally reprocess some of my trials using hrnet to see if there are any differences in the results. But after instally pytorch, mmcv, mmengine and mmdet I still get an error.
Code: Select all
Traceback (most recent call last):
File "c:\Users\jeevi\Desktop\opencap-core-main\main.py", line 296, in main
videoExtension = runPoseDetector(
File "c:\Users\jeevi\Desktop\opencap-core-main\utilsDetector.py", line 50, in runPoseDetector
runMMposeVideo(
File "c:\Users\jeevi\Desktop\opencap-core-main\utilsDetector.py", line 328, in runMMposeVideo
from utilsMMpose import detection_inference, pose_inference
File "c:\Users\jeevi\Desktop\opencap-core-main\utilsMMpose.py", line 14, in <module>
from mmpose_inference import init_pose_model, init_test_pipeline, run_pose_inference, run_pose_tracking
File "c:\Users\jeevi\Desktop\opencap-core-main\mmpose\mmpose_inference.py", line 6, in <module>
from mmcv.runner import load_checkpoint
ModuleNotFoundError: No module named 'mmcv.runner'