Ask Your Question

Boris Brodski's profile - activity

2020-10-26 04:24:27 -0600 received badge  Student (source)
2020-10-25 13:15:04 -0600 edited question OpenCV predictions much worse compared to Tensorflow

OpenCV predictions much worse compared to Tensorflow I have a ResNet type of model, that I have simplified and that I wo

2020-10-25 13:11:54 -0600 received badge  Enthusiast
2020-10-22 04:51:21 -0600 edited answer Can't load freezed and optimized Tensorflow 2.3.0 ResNet like model

After being hinted by @Berak, that the input should be 4 dimensional, I found out, that image = np.random.rand(1, 1, 50

2020-10-21 15:56:37 -0600 commented question OpenCV predictions much worse compared to Tensorflow

I added my preprocessing code. I have no post-processing code. Should I? Thank You!

2020-10-21 15:54:50 -0600 received badge  Editor (source)
2020-10-21 15:54:50 -0600 edited question OpenCV predictions much worse compared to Tensorflow

OpenCV predictions much worse compared to Tensorflow I have a ResNet type of model, that I have simplified and that I wo

2020-10-20 17:59:09 -0600 asked a question OpenCV predictions much worse compared to Tensorflow

OpenCV predictions much worse compared to Tensorflow I have a ResNet type of model, that I have simplified and that I wo

2020-10-20 17:47:55 -0600 commented question Can't load freezed and optimized Tensorflow 2.3.0 ResNet like model

np.random.rand(1, 1, 50, 50) works! Thank you!

2020-10-20 15:24:36 -0600 commented question Can't load freezed and optimized Tensorflow 2.3.0 ResNet like model

I also tried np.random.rand(1, 50, 50, 1) (see the question). No luck :(. Do you have any other ideas? I really need thi

2020-10-20 03:15:47 -0600 asked a question Can't load freezed and optimized Tensorflow 2.3.0 ResNet like model

Can't load freezed and optimized Tensorflow 2.3.0 ResNet like model I have a ResNet type of model, that I have simplifie