Commit cfabc76c authored by Odhara Kodikara's avatar Odhara Kodikara

Add libraries and folder path

parent b78caab8
...@@ -19,19 +19,14 @@ ...@@ -19,19 +19,14 @@
<select> <select>
<path> <path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" /> <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" /> <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" /> <item name="BRANCH:it18110708_kodikara" type="e8cecc67:BranchNodeDescriptor" />
<item name="BRANCH:origin/it17167710_prathapa" type="e8cecc67:BranchNodeDescriptor" />
</path> </path>
</select> </select>
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="506a0042-9602-4f1c-a168-3051616c6bf7" name="Default Changelist" comment=""> <list default="true" id="506a0042-9602-4f1c-a168-3051616c6bf7" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" /> <change beforePath="$PROJECT_DIR$/Kidnapper_detection/face-detection.py" beforeDir="false" afterPath="$PROJECT_DIR$/Kidnapper_detection/face-detection.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -97,6 +92,7 @@ ...@@ -97,6 +92,7 @@
</entry> </entry>
</map> </map>
</option> </option>
<option name="oldMeFiltersMigrated" value="true" />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="import libraries" /> <MESSAGE value="import libraries" />
......
# IT18110708 # IT18110708
# import libraries # from imageai.Detection import ObjectDetection
import cv2 from imutils import paths
import pickle import pickle
import scipy import imutils
import imutils import cv2
\ No newline at end of file import sys
import os
import time
model_path = "../model/yolo-tiny.h5"
input_path = "input/input4.jpg"
output_path = "output/output4.jpg"
cascPath = 'haarcascade_frontalface_default.xml'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment