Spaces:
Running
on
Zero
Running
on
Zero
ZhengPeng7
commited on
Commit
β’
6be800b
1
Parent(s):
81b1a0e
Initialization on my BiRefNet online demo.
Browse files- app.py +1 -1
- examples/DIS-TE4-firstOne.jpg β materials/examples/1#Accessories#1#Bag#15093797296_ea85bf2869_o.jpg +0 -0
- examples/DIS-TE1-firstOne.jpg β materials/examples/1#Accessories#1#Bag#26345192014_f722d1ef0b_o.jpg +0 -0
- examples/DIS-TE2-firstOne.jpg β materials/examples/1#Accessories#1#Bag#3713356643_ff7bdcdbf6_o.jpg +0 -0
- examples/DIS-VD-firstOne.jpg β materials/examples/1#Accessories#1#Bag#3811492306_4ae60c73b6_o.jpg +0 -0
- examples/DIS-TE3-firstOne.jpg β materials/examples/1#Accessories#1#Bag#4077792735_6e68f66b60_o.jpg +0 -0
- {backbones β models/backbones}/build_backbone.py +0 -0
- {backbones β models/backbones}/pvt_v2.py +0 -0
- {backbones β models/backbones}/swin_v1.py +0 -0
- baseline.py β models/baseline.py +0 -0
- {modules β models/modules}/aspp.py +0 -0
- {modules β models/modules}/attentions.py +0 -0
- {modules β models/modules}/decoder_blocks.py +0 -0
- {modules β models/modules}/deform_conv.py +0 -0
- {modules β models/modules}/ing.py +0 -0
- {modules β models/modules}/lateral_blocks.py +0 -0
- {modules β models/modules}/mlp.py +0 -0
- {modules β models/modules}/utils.py +0 -0
- {refinement β models/refinement}/refiner.py +0 -0
- {refinement β models/refinement}/stem_layer.py +0 -0
app.py
CHANGED
@@ -68,7 +68,7 @@ def predict(image):
|
|
68 |
return image_preds[:] if len(images) > 1 else image_preds[0]
|
69 |
|
70 |
|
71 |
-
examples = [[_] for _ in glob('examples/*')][:]
|
72 |
|
73 |
N = 1
|
74 |
ipt = [gr.Image() for _ in range(N)]
|
|
|
68 |
return image_preds[:] if len(images) > 1 else image_preds[0]
|
69 |
|
70 |
|
71 |
+
examples = [[_] for _ in glob('materials/examples/*')][:]
|
72 |
|
73 |
N = 1
|
74 |
ipt = [gr.Image() for _ in range(N)]
|
examples/DIS-TE4-firstOne.jpg β materials/examples/1#Accessories#1#Bag#15093797296_ea85bf2869_o.jpg
RENAMED
File without changes
|
examples/DIS-TE1-firstOne.jpg β materials/examples/1#Accessories#1#Bag#26345192014_f722d1ef0b_o.jpg
RENAMED
File without changes
|
examples/DIS-TE2-firstOne.jpg β materials/examples/1#Accessories#1#Bag#3713356643_ff7bdcdbf6_o.jpg
RENAMED
File without changes
|
examples/DIS-VD-firstOne.jpg β materials/examples/1#Accessories#1#Bag#3811492306_4ae60c73b6_o.jpg
RENAMED
File without changes
|
examples/DIS-TE3-firstOne.jpg β materials/examples/1#Accessories#1#Bag#4077792735_6e68f66b60_o.jpg
RENAMED
File without changes
|
{backbones β models/backbones}/build_backbone.py
RENAMED
File without changes
|
{backbones β models/backbones}/pvt_v2.py
RENAMED
File without changes
|
{backbones β models/backbones}/swin_v1.py
RENAMED
File without changes
|
baseline.py β models/baseline.py
RENAMED
File without changes
|
{modules β models/modules}/aspp.py
RENAMED
File without changes
|
{modules β models/modules}/attentions.py
RENAMED
File without changes
|
{modules β models/modules}/decoder_blocks.py
RENAMED
File without changes
|
{modules β models/modules}/deform_conv.py
RENAMED
File without changes
|
{modules β models/modules}/ing.py
RENAMED
File without changes
|
{modules β models/modules}/lateral_blocks.py
RENAMED
File without changes
|
{modules β models/modules}/mlp.py
RENAMED
File without changes
|
{modules β models/modules}/utils.py
RENAMED
File without changes
|
{refinement β models/refinement}/refiner.py
RENAMED
File without changes
|
{refinement β models/refinement}/stem_layer.py
RENAMED
File without changes
|