Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavuser committed Jul 30, 2024
1 parent 3996641 commit 829979e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added __pycache__/main_classify_fish.cpython-37.pyc
Binary file not shown.
Binary file added __pycache__/main_detect_fish.cpython-37.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from flask import Flask, render_template, request, redirect, flash, url_for, render_template_string
import urllib.request
from werkzeug.utils import secure_filename
from fishdetectionui.main_detect_fish import obj_model_predict
from fishdetectionui.main_classify_fish import getPrediction
from main_detect_fish import obj_model_predict
from main_classify_fish import getPrediction
import os
import numpy as np
import cv2
Expand Down

0 comments on commit 829979e

Please sign in to comment.