pcb defect detetcion application
[ealt-edge.git] / example-apps / PDD / pcb-defect-detection / data / lib_coco / PythonAPI / Makefile
diff --git a/example-apps/PDD/pcb-defect-detection/data/lib_coco/PythonAPI/Makefile b/example-apps/PDD/pcb-defect-detection/data/lib_coco/PythonAPI/Makefile
new file mode 100755 (executable)
index 0000000..ab5e3d2
--- /dev/null
@@ -0,0 +1,9 @@
+all:
+    # install pycocotools locally
+       python setup.py build_ext --inplace
+       rm -rf build
+
+install:
+       # install pycocotools to the Python site-packages
+       python setup.py build_ext install
+       rm -rf build
\ No newline at end of file