Ask Your Question

Amandeep Singh Uppal's profile - activity

2017-01-12 21:26:38 -0600 commented answer How to load a trained Random Trees model in opencv 3 in python?

Thanks a lot You have saved lot of my time by not trying to load random tree classifier by different methods and fail.

2017-01-12 09:50:32 -0600 commented answer How to load a trained Random Trees model in opencv 3 in python?

Can i use source of opencv 2.4.13 to build .pyd file for python 3.5 using cmake and visual studio 2013 professional edition? I have tried that but it always fail while releasing the .pyd file in x64 bit configuration.

2017-01-12 09:47:54 -0600 commented answer How to load a trained Random Trees model in opencv 3 in python?

Yeah, that will be a much necessary update in any new 3.x version of opencv

2017-01-12 09:37:40 -0600 commented answer How to load a trained Random Trees model in opencv 3 in python?

Thanks for the reply.

2017-01-12 01:55:16 -0600 asked a question How to load a trained Random Trees model in opencv 3 in python?

I have a trained random tree model but i am not able to find a way to load this model using opencv3 in python.