simin75simin
simin75simin
> Here is a good tutorial: https://www.3dscanstore.com/blog/3d-scanning-reflective-objects If you can - simply drawing on your bottle will improve the reconstruction. Irregular patterns can help to recover more features. That is...
> If that is something you are considering working on, I could give you some pointers to promising projects that should not be to difficult (relatively speaking) to connect to...
nvm somehow i is a scalar now so just remove the [0]
i did not know what the last link you provided was about though, specifically i did not find a mount.c file and neither could i understand the fix itself. it...
same issue here (ubuntu 22.04, running chatgpt plus in firefox browser behind vpn) when searched on google, it gives: Failed to load response from ChatGPT:TypeError: NetworkError when attempting to fetch...
got it to work by using python3.7.9, opencv_python
i got it to work on win10 all right. i removed the version info in requirements.txt so my requirements.txt looks like this: ``` numpy scipy opencv_python
opencv version too new, remove the third parameter so it's like this: ```_, contour = cv2.findContours(self.img_bw, cv2.RETR_CCOMP, cv2.CHAIN_APPROX_SIMPLE)``` P.S. you need to do it once again on a later line:...
remove the 'from cv2' part and try again
> Maybe the version of keras is not compatilbe,you can try to downgrade keras =2.2 or lower. i tried keras 2.2.0 and 2.1.0 but none worked. the vgg16 model worked...