shivSD

Results 8 comments of shivSD

Here is the Callstack. I'm not a android expert. I have attached the build.gradle file of the application. let me know if there any issues in the gradle file 11-23...

as per requirement you need to use python 2.7 not 3.x

@rose-jinyang did you figure out the issue. Even we are having the same issue, Loss is not decreasing after awhile.

@jackieyung @dong-x16 When you are training with Prior are you using Images (EG1800 or Supervisely) or video, Correct me if i'm wrong while training with Prior channel network will be...

@fmbao were you able to resolve this issue ?

Thanks for the scripts. I did use pascal_voc.py to load the data. But i'm getting into following error Found 1464 images in the folder ../datasets/voc/VOC2012 Found 1449 images in the...

@ycszen Did you release the examples ? please can you share the link ?

Thanks for your response @prabindh here is my code sequence if(filename){ printf("video file: %s\n", filename); cap = cvCaptureFromFile(filename); }else{ cap = cvCaptureFromCAM(cam_index); if(width){ cvSetCaptureProperty(cap, CV_CAP_PROP_FRAME_WIDTH, width); } if(height){ cvSetCaptureProperty(cap, CV_CAP_PROP_FRAME_HEIGHT,...