CNTK-FastRCNNDetector
CNTK-FastRCNNDetector copied to clipboard
A python implementation for a CNTK Fast-RCNN evaluation client
Hey everybody, I'm currently following this tutorial (https://github.com/Microsoft/CNTK/blob/master/Examples/Image/Detection/FastRCNN/BrainScript/CNTK_FastRCNN_Eval.ipynb) to implement a Fast RCNN Evaluator and for the grocery model everything worked fine. Now I want to run the script with...
hello everyone i am working on a hole detection in wall i have data and i want to detect it using CNTK. i find this plz help me for training...
Hello, thanks for the great code, but i have a problem with it, testing other models than the grocery model. It is the same problem with the similar code published...
I'm having problem using the script in command line; Here the following result: _(C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\cntk-py35) C:\local\CNTK-2-0-rc3\cntk\Examples\Image\Detection\FastRCNN>python "C:\Users\Ale\Desktop\CNTK-FastRCNNDetector-master\frcnn_detector.py" --input C:\imagetest\1.jpg --model C:\local\CNTK-2-0-rc3\cntk\Examples\Image\Detection\FastRCNN\proc\Grocery_100\cntkFiles\Output\Fast-RCNN.model --output C:\output_ and the final: -------------------------------------------------------------- Selected CPU as the...