Azure / ObjectDetectionUsingCntk

Fast R-CNN Object Detection on Azure using CNTK
129 stars 61 forks source link

RAM Requirements for FAST R-CNN #21

Open jaypaddy opened 7 years ago

jaypaddy commented 7 years ago

the SVM model works great with the grocery data on my Surface Book with GPU and 16GB RAM. When I switch the classifier to "nn", I run into Memory issues when executing 3_runCntk.py.

cntk_nrRois = 2000 cntk_mb_size = 2 #5

Appreciate guidance on the kinds of RAM resources for FAST R-CNN.

meirpr commented 5 years ago

Hi jaypaddy,

I see by your mail that you used your GPU when running 3_runCntk.py. I cannot get the function to work with my GPU. Did you do anything special?

Thanks, Meir