MARS icon indicating copy to clipboard operation
MARS copied to clipboard

No output after run MARS

Open xcccc402 opened this issue 2 years ago • 0 comments

I run MARS and get the following message: 2022-08-29 19:19:50.837735: 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... Pose 0% -- frame 0/53309 [Elapsed Time: 0:00:00] | | (ETA: --:--:--) And I stuck here forever. I check GPU usage. I have two GPU and seems like only one of them is used, and the used one is less powerful than unused one. Below is what I got when I run the command, nvidia-smi:

Mon Aug 29 19:45:07 2022 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 512.15 Driver Version: 512.15 CUDA Version: 11.6 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 Quadro P620 WDDM | 00000000:03:00.0 On | N/A | | 34% 40C P8 N/A / N/A | 1495MiB / 2048MiB | 1% Default | | | | N/A | +-------------------------------+----------------------+----------------------+ | 1 NVIDIA GeForce ... WDDM | 00000000:04:00.0 Off | N/A | | 0% 34C P8 12W / 170W | 4363MiB / 12288MiB | 0% Default | | | | N/A | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | 0 N/A N/A 1628 C+G ...5n1h2txyewy\SearchApp.exe N/A | | 0 N/A N/A 3796 C+G ...8wekyb3d8bbwe\Cortana.exe N/A | | 0 N/A N/A 4164 C ...nda3\envs\mars\python.exe N/A | | 0 N/A N/A 7128 C+G ...ck\app-4.27.154\slack.exe N/A | | 0 N/A N/A 10312 C+G ...(x86)\AnyDesk\AnyDesk.exe N/A | | 0 N/A N/A 10604 C+G N/A | | 0 N/A N/A 10780 C ...nda3\envs\mars\python.exe N/A | | 0 N/A N/A 14428 C+G ...ge\Application\msedge.exe N/A | | 0 N/A N/A 15168 C+G ...cw5n1h2txyewy\LockApp.exe N/A | | 0 N/A N/A 16640 C+G ...5n1h2txyewy\SearchApp.exe N/A | | 0 N/A N/A 16832 C+G ...2txyewy\TextInputHost.exe N/A | | 0 N/A N/A 17660 C+G N/A | | 0 N/A N/A 17712 C+G ...artMenuExperienceHost.exe N/A | | 0 N/A N/A 18404 C+G ...y\ShellExperienceHost.exe N/A | | 0 N/A N/A 19432 C+G ...obeNotificationClient.exe N/A | | 0 N/A N/A 19884 C+G ...ekyb3d8bbwe\YourPhone.exe N/A | | 0 N/A N/A 23180 C+G ...me\Application\chrome.exe N/A | | 0 N/A N/A 23208 C+G ...lPanel\SystemSettings.exe N/A | | 0 N/A N/A 23260 C+G C:\Windows\explorer.exe N/A | | 0 N/A N/A 23872 C+G ...Fiji.app\ImageJ-win64.exe N/A | | 0 N/A N/A 23980 C+G ...th-0.3.2\QuPath-0.3.2.exe N/A | | 0 N/A N/A 24496 C+G ...nvs\cellfinder\python.exe N/A | | 1 N/A N/A 4164 C ...nda3\envs\mars\python.exe N/A | | 1 N/A N/A 10780 C ...nda3\envs\mars\python.exe N/A | | 1 N/A N/A 24496 C+G ...nvs\cellfinder\python.exe N/A | +-----------------------------------------------------------------------------+

Do you have any idea how should I debug??

xcccc402 avatar Aug 29 '22 18:08 xcccc402