Update main.py

parent c54fff7b
......@@ -36,9 +36,9 @@ model_dir = "Fish_identificaton.h5"
model = load_model(model_dir)
# Providing the folder path
origin = r"C:\xampp\htdocs\templates\php\files\fishimage.jpg"
target = r"E:\4th Year\1st Sem\Research\Docker\Backend\fishimage.jpg"
target2 = r"E:\4th Year\1st Sem\Research\Docker\Backend\templates\fishimage.jpg"
#origin = r"C:\xampp\htdocs\templates\php\files\fishimage.jpg"
#target = r"E:\4th Year\1st Sem\Research\Docker\Backend\fishimage.jpg"
#target2 = r"E:\4th Year\1st Sem\Research\Docker\Backend\templates\fishimage.jpg"
# Function to get result
......
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