ai.vietqt commited on
Commit
52b3e19
·
1 Parent(s): 059250c

update requirements.txt

Browse files
libs.py CHANGED
@@ -7,4 +7,4 @@ import tensorflow as tf
7
  import streamlit as st
8
  import time
9
  from PIL import Image
10
- from tensorflow.keras.utils import CustomObjectScope
 
7
  import streamlit as st
8
  import time
9
  from PIL import Image
10
+ from tensorflow.keras.utils import CustomObjectScope
metrics.py CHANGED
@@ -1,7 +1,4 @@
1
-
2
- import numpy as np
3
- import tensorflow as tf
4
- from tensorflow.keras import backend as K
5
 
6
  def iou(y_true, y_pred):
7
  def f(y_true, y_pred):
 
1
+ from libs import *
 
 
 
2
 
3
  def iou(y_true, y_pred):
4
  def f(y_true, y_pred):
remove_bg/beach.jpg_1.png ADDED
remove_bg/beach.jpg_2.png ADDED
remove_bg/beach.jpg_3.png ADDED
remove_bg/beach.jpg_4.png ADDED
remove_bg/beach.jpg_5.png ADDED
remove_bg/beach.jpg_6.png ADDED
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
 
tempDir/beach.jpg ADDED