-
Notifications
You must be signed in to change notification settings - Fork 94
Questions about training and inference configuration #17
Comments
Hi @chufengt, Thanks for your interest in LSeg!
Hope this helps. |
Hi, @Boyiliee, Thanks for your reply. It really helps. I have some extra questions:
Thanks again. |
Another quick question. In scales = (
[0.75, 1.0, 1.25, 1.5, 1.75, 2.0, 2.25]
if "citys" in args.dataset
else [0.5, 0.75, 1.0, 1.25, 1.5, 1.75]
) Could you give some references for these selected scales?
|
We don't conduct experiments on cityscapes. For semantic segmentation, we strictly follow the setting of DPT: https://github.com/isl-org/DPT. Please find the github for more details. Hope this helps! |
Hi, @Boyiliee, Thanks for your reply. It seems that DPT did not release the training code as well as the detailed settings for semantic segmentation.
Thanks again. |
Hi! Thanks for your work, and it's really impressive. But I would suggest you put the 4th point about adding label files in the README and also raise an error or warning when args.dataset is not ade20k, since the dataset choice is hardcoded in the LSegModule class. This may save like a few hours for anyone who hopes to use your codebase on other datasets. Thanks again! |
Hi,
Thanks for open-sourcing such great work. I have some questions when using this code:
test_lseg.py
script support multi-GPU inference? When using a single GPU, it takes about 2~3 hours for inference on ade20k.demo_e200.ckpt
on ade20k and got (pixAcc: 0.8078, mIoU: 0.3207), is that correct? It seems lower than the values in the paper.train.sh
, backbone is vit_l16_384) with 8*V100 but found it needs ~90 hours for training 240 epochs. Is it reasonable (it seems much longer than you said in Training configuration #7)?get_labels()
inlseg_module.py
. Have you evaluated the mIoU on cityscapes?Thanks in advance.
The text was updated successfully, but these errors were encountered: