Recurrence
- Dominant language
- Python
- Stars
- 41
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I trained COCO+LVIS SegFormerB0-S1 using the trainval_scripts/train_focalclickB0_S1_cclvs.sh with nothing changed.
And the val result is as follows:
compared with the model published:
I notice that the BS is 32 in paper, and it's 64 in the bash script. Is it the reason for the accuracy gap?
Also, there are two ways of data augmentation in the code and the paper says "During training, we only use flip and random resize with the scale from 0.75 to 1.4 as data augmentation." which one is used in the model published?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with trainval_scripts/train_focalclickB0_S1_cclvs.sh and compare its batch size with the paper's BS 32. Then inspect the two data-augmentation paths mentioned in the issue and determine which matches the published model. Done means explaining the validation gap and identifying the configuration needed to reproduce the published result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100