Chi Zhang

Results 11 comments of Chi Zhang

I also got the same issue. The ceres version appears to be the latest (2.1.0).

> I am getting the same error when evaluating using Colab Thanks for confirming it. The Docker version works fine. I think the Docker version is also older.

> @chz31 Thanks for spotting this! It indeed looks like an issue with the latest `matplotlib` release. I was able to fix the issue in COLAB by running `!pip install...

I also got a similar problem in both Windows 11 and WSL Ubuntu 22.04 with DLC 3.0 pytorch version. `torch.cuda.is_available()` returned `True`. It appears GPU was engaged during model training...

Just to follow-up, I also tested the `auto_track = False option `for analyze_videos: scorername = deeplabcut.analyze_videos(config_path, video_paths, videotype='.mp4', auto_track=False) Then manually generate and stitching tracklets using: deeplabcut.convert_detections2tracklets(config_path, video_paths, overwrite=True) deeplabcut.stitch_tracklets(config_path,...

@n-poulsen Thank you for your response! The `deeplabcut.create_video_with_all_detections` stops at the first video in the folder. It did output a video with labeled body parts and it looked OK by...

> The error actually comes from higher up: `FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/charl/Downloads/dlc_multi2/test_multi_vid-cz-2024-08-01/videos/test_multi2DLC_Resnet50_test_multi_vidAug1shuffle1_detector_200_snapshot_200_full.pickle'` - so it looks like the file containing model predictions isn't there. >...

> The error actually comes from higher up: `FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/charl/Downloads/dlc_multi2/test_multi_vid-cz-2024-08-01/videos/test_multi2DLC_Resnet50_test_multi_vidAug1shuffle1_detector_200_snapshot_200_full.pickle'` - so it looks like the file containing model predictions isn't there. >...

I built Slicer on WSL2 Ubuntu 22.04 Windows 11 16 core CPU. It showed 100% built. I encountered 93 out of 648 failed tests for the test ctest -j16. The...

@lassoan Thank you Andras! I tried to set up runtime to 0700 using` chmod 0700 /run/user/1000/`. That message disappeared, but Slicer still could not run. It still showed: ``` qt.network.ssl:...