Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Model Card for PCMANet
|
2 |
+
|
3 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
4 |
+
|
5 |
+
This modelcard contains checkpoints of PCMANet for Audio-Visual Segmentation (AVS) task.
|
6 |
+
|
7 |
+
### Model Sources [optional]
|
8 |
+
|
9 |
+
<!-- Provide the basic links for the model. -->
|
10 |
+
|
11 |
+
- **Repository:** [https://github.com/PrettyPlate/PCMANet]
|
12 |
+
- **Paper [optional]:** [https://arxiv.org/abs/2406.02345]
|
13 |
+
|
14 |
+
## Training Details
|
15 |
+
|
16 |
+
### Training Data
|
17 |
+
|
18 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
19 |
+
|
20 |
+
We use public AVSBench datasets for training. Details can be found at [AVSBench](https://github.com/OpenNLPLab/AVSBench).
|