Ask Your Question

lunasdejavu's profile - activity

2019-12-22 22:01:22 -0600 edited question warpPerspective errors if do it separately by channels

warpPerspective errors if do it separately by channels I am making a project on a camerawhich the algorithm will get 4

2019-12-22 21:12:07 -0600 asked a question warpPerspective errors if do it separately by channels

warpPerspective errors if do it separately by channels I am making a project on a camerawhich the algorithm will get 4

2019-12-22 21:12:00 -0600 asked a question warpPerspective errors if do it separately by channels

warpPerspective errors if do it separately by channels I am making a project on a camerawhich the algorithm will get 4

2019-05-09 04:02:42 -0600 asked a question how to run net.forward() by GPU on opencv4.1?

how to run net.forward() by GPU on opencv4.1? there is a discussion about it for opencv3.4.3 before, do we need to incl

2019-05-09 04:01:02 -0600 asked a question how to run net.forward() by GPU on opencv4.1?

how to run net.forward() by GPU on opencv4.1? there is a discussion about it for opencv3.4.3 before, do we need to incl

2019-05-09 03:08:51 -0600 commented answer how to reshape a mat like (1,3,height,width) to (height,width,3)?

I tried std::vector<std::vector<cv::mat &gt;&gt;="" vectorofimages;="" cv::dnn::imagesfromblob(out,="" ve

2019-05-09 00:24:25 -0600 commented answer how to reshape a mat like (1,3,height,width) to (height,width,3)?

how to initial cv::OutputArrayOfArrays result? I tried this code std::vector<std::vector<cv::point>> res

2019-05-08 22:23:25 -0600 asked a question how to reshape a mat like (1,3,height,width) to (height,width,3)?

how to reshape a mat like (1,3,height,width) to (height,width,3)? I am using opencv4.1 under windows 7x64 with visual st

2019-05-08 22:23:12 -0600 asked a question how to reshape a mat like (1,3,height,width) to (height,width,3)?

how to reshape a mat like (1,3,height,width) to (height,width,3)? I am using opencv4.1 under windows 7x64 with visual st

2019-05-08 22:23:06 -0600 asked a question how to reshape a mat like (1,3,height,width) to (height,width,3)?

how to reshape a mat like (1,3,height,width) to (height,width,3)? I am using opencv4.1 under windows 7x64 with visual st

2019-05-08 00:09:03 -0600 commented answer what is the change of dnn module in opencv4.1?

@dkurt then what is cv.dnn.readNetFromTorch for? what kind of models can be read by it?

2019-05-07 20:48:05 -0600 commented answer what is the change of dnn module in opencv4.1?

@dkurt what if I use pytorch instead of tensorflow? I thought readNetfromTorch only need the model file so that I can

2019-04-18 20:22:40 -0600 commented answer what is the change of dnn module in opencv4.1?

I know I have used it several times. Since I need to read the custom model, I have to write the readNetfromTensorflow()

2019-04-17 05:13:08 -0600 commented answer what is the change of dnn module in opencv4.1?

thanks a lot! May ask you how cv:dnn to read the model from text graphs? I know how to use it but I don't know where can

2019-04-17 04:22:02 -0600 received badge  Supporter (source)
2019-04-17 03:09:08 -0600 received badge  Student (source)
2019-04-17 00:34:34 -0600 asked a question what is the change of dnn module in opencv4.1?

what is the change of dnn module in opencv4.1? the changlog of opencv 4.1 : New networks from TensorFlow Object Detectio

2019-04-17 00:34:31 -0600 asked a question what is the change of dnn module in opencv4.1?

what is the change of dnn module in opencv4.1? the changlog of opencv 4.1 : New networks from TensorFlow Object Detectio

2019-02-13 02:56:12 -0600 received badge  Enthusiast
2019-02-12 18:45:34 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-12 06:30:12 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-12 06:29:37 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-12 03:55:28 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-12 03:45:01 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-12 03:03:04 -0600 commented question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

I just checked OpenCVConfig.cmake, - OpenCV_VERSION_STATUS : Development status of this build: "" so the ver

2019-02-12 02:01:49 -0600 commented question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

inWidth= inHeight=1024 Here is the thing: The code works fine under visual studio 2015 x64 release with opencv 4.0.0 i

2019-02-11 23:52:37 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source My environment is windows 7 x

2019-02-11 23:52:34 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by different versions of opencv My environment is windows 7 x64 tensorflow

2019-02-11 23:28:28 -0600 edited question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by different versions of opencv My environment is windows 7 x64 tensorflow

2019-02-11 06:48:07 -0600 asked a question the outputs of net.forward() are different by opencv4.0.0 win-pack and build-from-source

the outputs of net.forward() are different by different versions of opencv My environment is windows 7 x64 tensorflow

2019-01-13 20:46:56 -0600 commented question readNetFromTensorflow() errors from Mask_RCNN model

wait so if I'd like to use the opencv to do the Mask R_CNN ,I only can choose inception-net v2 as the backbone?

2019-01-08 03:14:31 -0600 commented question readNetFromTensorflow() errors from Mask_RCNN model

thanks, I am already reading it lol. I said mark just because the wiki said configuration file was used for training sin

2019-01-08 03:02:12 -0600 commented question readNetFromTensorflow() errors from Mask_RCNN model

ya because it is ResNet 50 Mask_RCNN,there is no config from tensorflow.

2019-01-08 02:58:43 -0600 commented question readNetFromTensorflow() errors from Mask_RCNN model

it said "Pass a configuration file which was used for training to help script determine hyper-parameters." but there mus

2019-01-08 02:38:04 -0600 commented question readNetFromTensorflow() errors from Mask_RCNN model

thanks! since I only need the inference mode, should I mark everything about config?

2019-01-08 02:00:06 -0600 received badge  Editor (source)
2019-01-08 02:00:06 -0600 edited question readNetFromTensorflow() errors from Mask_RCNN model

readNetFromTensorflow() errors from Mask_RCNN model I made my Mask_RCNN model from this github project it is a project w

2019-01-08 01:57:11 -0600 asked a question readNetFromTensorflow() errors from Mask_RCNN model

readNetFromTensorflow() errors from Mask_RCNN model I made my Mask_RCNN model from this github project Enviroment : win7