Spaces:
Sleeping
Sleeping
narugo1992
commited on
Commit
•
e8760fb
1
Parent(s):
f4177d4
dev(narugo): use new models
Browse files
app.py
CHANGED
@@ -98,7 +98,8 @@ def image_to_tensor(pic: Image.Image, size: int = 512, keep_ratio: float = True,
|
|
98 |
|
99 |
|
100 |
MODELS = [
|
101 |
-
'
|
|
|
102 |
'TResnet-D-FLq_ema_6-30000.onnx',
|
103 |
'TResnet-D-FLq_ema_6-10000.onnx',
|
104 |
'TResnet-D-FLq_ema_4-10000.onnx',
|
|
|
98 |
|
99 |
|
100 |
MODELS = [
|
101 |
+
'ml_caformer_m36_dec-5-97527.onnx',
|
102 |
+
'ml_caformer_m36_dec-3-80000.onnx',
|
103 |
'TResnet-D-FLq_ema_6-30000.onnx',
|
104 |
'TResnet-D-FLq_ema_6-10000.onnx',
|
105 |
'TResnet-D-FLq_ema_4-10000.onnx',
|