Ask Your Question

dan01's profile - activity

2018-03-26 07:47:05 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

@dkurt Wow that fixed it! Thank you! So if I re-train the model, this problem shouldn't come up?

2018-03-26 07:29:10 -0600 commented question OpenCV 3.4.1 build fails with Ubuntu 16.04

it looks like you're missing a lot of dependencies. Try another guide, such as here under Building OpenCV from source

2018-03-26 07:28:13 -0600 commented question OpenCV 3.4.1 build fails with Ubuntu 16.04

it looks like you're missing a lot of dependencies. Try another guide, such as here

2018-03-26 07:28:04 -0600 commented question OpenCV 3.4.1 build fails with Ubuntu 16.04

it looks like you're missing a lot of dependencies. Try another guide, such as link text

2018-03-26 07:23:35 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

@dkurt, done, but the results are the same. Please see below: if score > 0.2: result1 if score > 0.6: result2

2018-03-26 07:04:57 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

@dkurt, setting it to if score > 0.8: yields the correct box has a score of only 0.26, here's a higher resolution

2018-03-26 06:56:09 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another (updated images in

2018-03-26 06:56:00 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another (updated images in

2018-03-26 06:55:32 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 06:54:52 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 06:53:18 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 06:52:50 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 06:51:05 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 06:50:21 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hmm, I don't think it's correct... I've printed the scores and they differ from one model to another, which led me to tr

2018-03-26 05:29:24 -0600 commented question OpenCV(3.4.1) Error: Assertion failed

The error is saying you're not passing a valid file to the classifier. Double check your path or this could be because y

2018-03-26 05:20:16 -0600 commented question OpenCV(3.4.1) Error: Assertion failed

The error is saying you're not passing a valid file to the classifier. This is because your path contains "\", which in

2018-03-26 05:19:41 -0600 commented question OpenCV(3.4.1) Error: Assertion failed

The error is saying you're not passing a valid file to the classifier. This is because your path contains "\", which in

2018-03-26 05:08:58 -0600 commented question Running TensorFlow network in OpenCV 3.3.1

recompile and install both opencv and opencv_contrib from their github. Here's a guide just in case.

2018-03-26 04:58:36 -0600 commented question Getting inaccurate results using tensorflow net and opencv dnn

Hi @dkurt, thanks for the fast reply. I didn't train the model myself, I just wanted to use it, so I actually didn't use

2018-03-26 04:28:42 -0600 received badge  Student (source)
2018-03-26 04:18:57 -0600 received badge  Editor (source)
2018-03-26 04:18:57 -0600 edited question Getting inaccurate results using tensorflow net and opencv dnn

Getting inaccurate results using tensorflow net and opencv dnn I'm trying to use a tensorflow frozen graph to detect han

2018-03-26 04:14:58 -0600 asked a question Getting inaccurate results using tensorflow net and opencv dnn

Getting inaccurate results using tensorflow net and opencv dnn I'm trying to use a tensorflow frozen graph to detect han