Winston Fan
Winston Fan
Hi @PINTO0309 Appreciated for the elaborated explanation, thumb up~!(I can't find where the emoji is.....so I typed...) After dug into the code of PaddleSeg's Normalization, I found the range for...
Hi @PINTO0309 Thanks for your suggestion. The Normalization doesn't come from PyTorch, it comes from [PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg) and here is the code: ``` def normalize(im, mean, std): im = im.astype(np.float32, copy=False)...
> > Hi @PINTO0309 > > Thanks for your suggestion. > > The Normalization doesn't come from PyTorch, it comes from [PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg) and here is the code: > > ```...
hi guys, I finally understood why just specifying `mean_values` and `scale_values` would work. Thanks you so much for your explanations.
**Update** The issue seems fixed once I removed the below line from `~/.bashrc` `source /opt/intel/openvino_2021/bin/setupvars.sh` So now, it is clear that the `setupvars.sh` breaks gstreamer somehow. So the workaround is:...
Is a NVIDIA 2080 Ti capable of training this model?
It works! Thank you
Btw, I have opencv-python 4.4.0.46 opencv-python-headless 4.1.1.26 installed. So if the depthAI-sdk doesn't require all opencv functions, maybe a quick fix could be replace the `opencv-contrib-python` with `opencv-python`.
> @franva > > You must only have one opencv installed. As per: https://github.com/opencv/opencv-python#installation-and-usage > > I suggest removing all others & just retain the contrib. Contrib is needed due...
I got the same issue as well. Any update?? @jakesabathia2 @fantasyRqg