deep-spectral-segmentation icon indicating copy to clipboard operation
deep-spectral-segmentation copied to clipboard

error in voc.py when running train.py for semantic segmentation

Open SimaDidari opened this issue 2 years ago • 3 comments

Hi Thanks for sharing your code.

  1. Running the train.py I received a bug as " init() got an unexpected keyword argument, transform_tuple, in voc.py line 159
  • Can you pls help to resolve the bug?
  1. I ran the semantic segmentation code without the train.py step for 5 times with different seeds and the average mIoU is 23.8 , The reported mIoU in paper is 30.8. Can you pls let me know if my result is in the range that you expected ? If not can you pls give me some suggestions on how to improve the result? Many thanks

SimaDidari avatar Sep 27 '22 00:09 SimaDidari

@SimaDidari: Same issue with me for semantic segmentation. I am also getting mIoU scores for Semantic Segmentation in the ranges of ~24. Let me know if you are able to improve these scores.

chandagrover avatar Oct 17 '23 10:10 chandagrover

No still the same problem On Oct 17, 2023, at 3:23 AM, Chanda Grover @.***> wrote: @SimaDidari: Same issue with me for semantic segmentation. I am also getting mIoU scores for Semantic Segmentation in the ranges of ~24. Let me know if you are able to improve these scores.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

SimaDidari avatar Oct 17 '23 20:10 SimaDidari

Hi Thanks for sharing your code.

  1. Running the train.py I received a bug as " init() got an unexpected keyword argument, in voc.py line 159
  • Can you pls help to resolve the bug?
  1. I ran the semantic segmentation code without the train.py step for 5 times with different seeds and the average mIoU is 23.8 , The reported mIoU in paper is 30.8. Can you pls let me know if my result is in the range that you expected ? If not can you pls give me some suggestions on how to improve the result? Many thanks

Replace transforms_tuple with train_transform_tuple/.

I was also getting around 23 or 24 mIoU, and now I am getting around 28 or 29 without self-training, after I resized all of the images to a standard size say, 512*512.

chandagrover avatar Jan 18 '24 06:01 chandagrover