Chandrakant Khandelwal

Results 8 comments of Chandrakant Khandelwal

@daniel-pp I am able to get proper output for model trained on VOC dataset (21 classes), however when I use a model trained on custom dataset (with classes less than...

@chenzhi1992 I tried the code and able to run it on X86_64 machine, for model trained on VOC dataset and also model trained on custom dataset (classes less than 21)....

@Teoge Thanks a lot for providing a working code!

Hi @sagartesla, I tried to compile it using cmake and facing pthread_create error, snippet from Cmake log -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for...

@sagartesla Thanks for the fast response. I have already successfully installed CPU only BVLC/caffe and caffe from SSD (by weiliu). Note: I am using windows subsystem for Linux (ubuntu 16.04)....

@mathmanu checked with nvidia caffe, it's same output as https://github.com/weiliu89/caffe. Note: I had to uncomment engine: CAFFE line in the prototxt for it to run on nvidia as well as...

@mathmanu I used the given trained model as starting point and then re-trained it on pascal voc dataset using caffe-jacinto for few epochs. Now it is working fine.