Vision-Kek commited on
Commit
f1c035a
·
unverified ·
1 Parent(s): 322161a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -1,9 +1,9 @@
1
- # Adapt Before Comparision - A New Perspective on Cross-Domain Few-Shot Segmentation
2
 
3
- Code for the Reproducing the Paper
4
 
5
  ## Preparing Data
6
- Because we follow PATNet and RtD, please refer to their work for prepration of the following datasets:
7
  - Deepglobe (PAT)
8
  - ISIC (PAT)
9
  - Chest X-Ray (Lung) (PAT)
@@ -26,9 +26,18 @@ Call
26
  for example
27
  `python main.py --benchmark deepglobe --datapath ./datasets/deepglobe/ --nshot 1`
28
 
29
- Available `benchmark` strings: deepglobe,isic,lung,fss,suim
30
- Easiest to prepare should be Lung or FSS.
31
 
32
  Default is quick-infer mode.
33
  To change this, set `config.featext.fit_every_episode = True` in the main file.
34
  You can change all other parameters likewise, check the available parameters in runner.makeConfig.
 
 
 
 
 
 
 
 
 
 
 
1
+ # Adapt Before Comparision: A New Perspective on Cross-Domain Few-Shot Segmentation
2
 
3
+ [[`Paper`](https://example.com)]
4
 
5
  ## Preparing Data
6
+ Because we follow the evaluation procedure of PATNet and Remember the Difference (RtD), please refer to their work for prepration of the following datasets:
7
  - Deepglobe (PAT)
8
  - ISIC (PAT)
9
  - Chest X-Ray (Lung) (PAT)
 
26
  for example
27
  `python main.py --benchmark deepglobe --datapath ./datasets/deepglobe/ --nshot 1`
28
 
29
+ Available `benchmark` strings: `deepglobe`,`isic`,`lung`,`fss`,`suim`. Easiest to prepare should be `lung` or `fss`.
 
30
 
31
  Default is quick-infer mode.
32
  To change this, set `config.featext.fit_every_episode = True` in the main file.
33
  You can change all other parameters likewise, check the available parameters in runner.makeConfig.
34
+
35
+ ## Await it
36
+
37
+ You can experiment with this code. Before opening issues, I suggest awaiting nicer demonstrations and documentation to be added.
38
+
39
+ ## Citing
40
+ If you use ABCDFSS in your research, please use the following BibTeX entry.
41
+
42
+ ```
43
+