BibibNanana
BibibNanana
> Has the video input been evaluated? If it's the case then you asked your results to be saved in the result directory but it looks like this directory doesn't...
> Has the video input been evaluated? If it's the case then you asked your results to be saved in the result directory but it looks like this directory doesn't...
> Additionally, your video format may not be the right one to use, cfr line 154 : _fourcc=cv2.VideoWriter_fourcc(*"x264"),_ , you could try to change to "mp4v" . I use sparse_inst_r101_giam_7b62ea.pth,...
> Dear @BibibNanana, When looking at your logs, it looks like you have two errors and one of them is about your own trained model : _--> Could not find...
> It is linked to your videoWriter_fourcc. You could change the x264 format to "mp4v" or "h264" : fourcc = cv2.VideoWriter_fourcc(_'h264') #or #fourcc = cv2.VideoWriter_fourcc(_'x264') #or #fourcc = cv2.VideoWriter_fourcc(*'mp4v') >...
> It is linked to your videoWriter_fourcc. You could change the x264 format to "mp4v" or "h264" : fourcc = cv2.VideoWriter_fourcc(_'h264') #or #fourcc = cv2.VideoWriter_fourcc(_'x264') #or #fourcc = cv2.VideoWriter_fourcc(*'mp4v') >...