MARS icon indicating copy to clipboard operation
MARS copied to clipboard

The system cannot find the path specified during pose estimation

Open MekenzieMeadows opened this issue 3 years ago • 0 comments

Hello, first, thank you for this wonderful software! When trying to analyze the sample videos provided alongside the trained network, I received the error below:

2021-12-19 20:06:25.326353: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
1 - Extracting pose
    creating the movie reader...
   Processing video for detection and pose ...
      Creating pool...
      Pool created with 8 workers.
      Creating queues
      Queues created.
      Linking pools
      Pools linked.
      Feeding data...

error occurred during detection (function MARS_pose_machinery.run_det)
NewRandomAccessFile failed to Create/Open: models/detection/MARS_top_detection_black.pb : The system cannot find the path specified.
; No such process

error occurred during pose estimation (function MARS_pose_machinery.run_hm)
NewRandomAccessFile failed to Create/Open: models\pose\MARS_top_pose.pb : The system cannot find the path specified.
; No such process
Pose   0% -- frame 0/1056 [Elapsed Time: 0:00:00] |         | (ETA:  --:--:--)

To note, I am utilizing the GUI option on a Windows 10 desktop, and have tried different video file paths (from a D: path and C: desktop), with the sample videos and with my lab's video data. Additionally, I clicked "enqueue" prior to "Run MARS." I am grateful in advance for any potential assistance given!

MekenzieMeadows avatar Dec 22 '21 00:12 MekenzieMeadows