zhiqing0205
commited on
Commit
·
966d6fa
1
Parent(s):
d05ab2a
Add model card metadata to README for HuggingFace Hub
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MVTec LOCO Foreground Segmentation Tool
|
2 |
|
3 |
**[中文版 README](README_CN.md)** | **[English README](README.md)**
|
|
|
1 |
+
---
|
2 |
+
title: U²-Net MVTec LOCO Segmentation
|
3 |
+
emoji: 🎯
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.0.0
|
8 |
+
app_file: gradio/demo.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- computer-vision
|
13 |
+
- image-segmentation
|
14 |
+
- salient-object-detection
|
15 |
+
- u2net
|
16 |
+
- mvtec-loco
|
17 |
+
- anomaly-detection
|
18 |
+
- pytorch
|
19 |
+
datasets:
|
20 |
+
- mvtec-loco
|
21 |
+
metrics:
|
22 |
+
- iou
|
23 |
+
- accuracy
|
24 |
+
pipeline_tag: image-segmentation
|
25 |
+
---
|
26 |
+
|
27 |
# MVTec LOCO Foreground Segmentation Tool
|
28 |
|
29 |
**[中文版 README](README_CN.md)** | **[English README](README.md)**
|