Xiao Yu

Results 6 comments of Xiao Yu

I think the issue is with the shape. Upon checking the code `center` and `ij` comes from: ``` contour,hier = cv2.findContours(mask.copy().astype('uint8'), mode=cv2.RETR_CCOMP, method=cv2.CHAIN_APPROX_SIMPLE) contour = [np.squeeze(c).astype('float') for c in contour]...

Good catch. Somehow I did not specify which opencv3 version to use. I got it working previously but obviously that was also version dependent. Upon testing I also got a...

I think at some point I switched to using CentOS 7 because some of the preprocessing also has a Linux dependency. If we want a more detailed steps on how...

#79 Seems to have the same issue. In my case this glitch is not random but happens all the time

I tried downgrading to `v0.2.7` and it **seems to work** for now. In this case it seems that there is a bug with `v0.2.8`? Is someone else also encountering this...