tzutalin / Android-Object-Detection

:coffee: Fast-RCNN and Scene Recognition using Caffe
305 stars 144 forks source link

Patch for network path #18

Closed tmanthey closed 8 years ago

tmanthey commented 8 years ago

VisionClassifierCreator.java refers to /sdcard/vision_scene while setup.sh is uploading to /sdcard/phone_data/vision_scene

Attached you find a patch that fixes that. Apply in project root directory.

VisionClassifierCreator.java.patch.zip

tzutalin commented 8 years ago

Thanks , I will try it

tzutalin commented 8 years ago

Fix https://github.com/tzutalin/Android-Object-Detection/commit/d8baea67829ea91c9c06afd09c5b3f830be7b1a8

Thanks again..