Commit cfabc76c authored by Odhara Kodikara's avatar Odhara Kodikara

Add libraries and folder path

parent b78caab8
......@@ -19,19 +19,14 @@
<select>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
<item name="BRANCH:origin/it17167710_prathapa" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="BRANCH:it18110708_kodikara" type="e8cecc67:BranchNodeDescriptor" />
</path>
</select>
</component>
<component name="ChangeListManager">
<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$/.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" />
<change beforePath="$PROJECT_DIR$/Kidnapper_detection/face-detection.py" beforeDir="false" afterPath="$PROJECT_DIR$/Kidnapper_detection/face-detection.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -97,6 +92,7 @@
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="import libraries" />
......
# IT18110708
# import libraries
import cv2
# from imageai.Detection import ObjectDetection
from imutils import paths
import pickle
import scipy
import imutils
\ No newline at end of file
import imutils
import cv2
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