- Clone the Faster R-CNN repository
`git clone --recursive https://github.com/sasadep/pva-faster-rcnn.git`
-
clone CPU only configurations settings
git clone -b cpu_only https://github.com/sasadep/pva-faster-rcnn.git cpu_pva
-
copy the changed configuration files to the original pva-faster-rcnn directory
cp -R cpu_pva/* pva-faster-rcnn/
-
follow same Installation procedure from step 2 in pva-faster-rcnn