jinpeng0528 commited on
Commit
fe0fbf6
·
verified ·
1 Parent(s): 90a41e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # [ECCV 2024] Strike a Balance in Continual Panoptic Segmentation
6
+
7
+ This is the Hugging Face model repository for the paper "Strike a Balance in Continual Panoptic Segmentation", accepted by ECCV 2024.
8
+
9
+ 📝 [Paper](https://arxiv.org/abs/2407.16354)
10
+ 🐙 [GitHub](https://github.com/jinpeng0528/BalConpas)
11
+
12
+ ## Installation & Data Preparation
13
+
14
+ Please follow the instructions provided in our [GitHub repository](https://github.com/jinpeng0528/BalConpas) for installation and data preparation.
15
+
16
+ ## Evaluation
17
+
18
+ To evaluate the trained model, add the arguments `--eval-only --resume` to the command line. For example:
19
+
20
+ ```bash
21
+ python train_continual.py --eval-only --resume --config-file configs/ade20k/panoptic-segmentation/100-10.yaml \
22
+ CONT.TASK 6 OUTPUT_DIR ./output/ps/100-10/step6
23
+ ```
24
+
25
+ ## Citation
26
+
27
+ ```
28
+ @inproceedings{chen2024strike,
29
+ title={Strike a Balance in Continual Panoptic Segmentation},
30
+ author={Chen, Jinpeng and Cong, Runmin and Luo, Yuxuan and Ip, Horace Ho Shing and Kwong, Sam},
31
+ booktitle={ECCV},
32
+ year={2024}
33
+ }
34
+ ```
35
+
36
+
37
+