LiGuo12

Results 10 comments of LiGuo12

Hi Ryo, Thanks a lot for this answer, and it is really helpful. We tried using keypoint mode to do annotation, but the connection (skeleton) between points was not displayed....

Hi Ryo, Thank you for your help. The title of the published paper is Deep Learning Model Shows Promise for Detecting and Grad-ing Sesamoiditis in Horse Radiographs, L. Guo, X....

> > Hi, > > I have attempted to reproduce your model using the code and hyperparameters provided in the repository and paper. However, my results for both stage 1...

> hi [@LiGuo12](https://github.com/LiGuo12) , could you please provide the link for pre trained weights? Sorry, I did not save the ckpt.

> how did you solve it? Since the folder path is too long. Put the MaskDINO code folder in D:\ to shorten the folder path.

Can you upload the 2 images you entered? I think this is a serious problem.

Hi all, I reduced the batch size, and the issue was solved. It seems this issue was related to out-of-memory, even though the error message did not indicate OOM. I...

You save my day. I also encountered the same error, but I did not use decord. When I imported cv2 as the first line, the error disappeared. I guess this...