BozhouZha

Results 22 comments of BozhouZha

> I have fixed this problem by rollback the verision of mmskeleton to 0.7rc Hi there, may I know how you rollback to the 0.7rc version?

> > I have fixed this problem by rollback the verision of mmskeleton to 0.7rc > > Hi there, may I know how you rollback to the 0.7rc version? Solved,...

Are you training your model based on mmskeleton method and getting a .pth weight file? This model doesn't comply with the format which the demo program under deprecated folder uses....

> Yes, I am using the .pth file! > How to convert it into .pt format? Well, the only difference between the new .pth file and the .pt file is...

> Really appreciate your great help! > The original problem is solved! > However, there is another error occurred. Since I use mmskeleton to get the 17 keypoints for my...

> There is the last problem about changing the number of keypoints. > Do you have any idea to solve it? > > ``` > Traceback (most recent call last):...

> Thanks! > I think the program can execute the function successfully. > However, since my remoted server does not have GUI. > There is still an error: > >...

> Yes, I have followed your step to modify the muli_pose to make it execute successfully. > By the way, if this is a correct videowrite function? > > ```...

> Can you send me the code of writing a video? > The code above cannot write a video successfully. Try to initiate a videowriter class this way: cv2.VideoWriter(self.dst_path, cv2.VideoWriter_fourcc('M','J','P','G'),...

What’s the error prompts?