Anqi Wu

Results 17 comments of Anqi Wu

Hi Thanks for your interest in our model. Sure, I will try to fix this error with split and join as soon as possible. Thanks for the feedback! Generally, we...

Hey, I just fix all the path issues. Please let me know if you still run into any error.

Hi, can you be more concrete about what do you mean by saying “A missing animal and no labels”. If the animal has never shown up in the training videos...

Hi @wweertman, thanks for this feedback. We will look into these two issues: 1. slow initialization; 2. assertion error. I will let you know as soon as we finish. Sorry...

Hi @wweertman I fix the assertion error for videos with no labels. For the short video issue, the error occurs in deeplabcut package. It seems that this path "os.path.join(self.cfg.project_path,im_file)" doesn't...

Oh, I mean whether the file at this path "os.path.join(self.cfg.project_path,im_file)" exists? If not, then image = imread(os.path.join(self.cfg.project_path,im_file), mode='RGB') might return this error: cv2.error: OpenCV(3.4.13) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-cg3xbgmk\opencv\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) !_src.empty() in...

Hi Thanks for this feedback. One question: are these two training frames labeled or not? Like one is labeled but one doesn't have a label? Or both have labels.

This is a bit weird. Could you post the entire error message? I'd like to see where the error is generated.

Usually that happens when the size of joint_loc_full is wrong. But it's weird that this happens when both frames are labeled. I think it might be helpful if you could...

Hi Have you installed DLC on windows successfully? You could do conda env create -f dlc-windows-GPU.yaml then follow the instruction. Best