road_connectivity icon indicating copy to clipboard operation
road_connectivity copied to clipboard

share .pth.tar file

Open XinlingQiu opened this issue 4 years ago • 7 comments

Thank you very much for your work! I trained the deepglobe dataset with your train_mtl.py , but the prediction is not very good, even worse than using segmentation network like unet or linknet. Could you share your model file? And other question,How the orientation task enhance the final result,add two tasks result?Thanks a lot!

XinlingQiu avatar Dec 01 '20 09:12 XinlingQiu

In case you are interested in road detection methods: https://github.com/ntelo007/road_detection_mtl

ntelo007 avatar Dec 01 '20 12:12 ntelo007

In case you are interested in road detection methods: https://github.com/ntelo007/road_detection_mtl

Thank you so much for your work! I find it really hard to train the model whose IOU is as high as the paper showed, usually less than 5%. I wonder could you share the model file 'xxx.pth', thanks a lot!

XinlingQiu avatar Dec 02 '20 01:12 XinlingQiu

@XinlingQiu I have the same problem with you. The IOU is 5-6% less than that in the paper. Did you solve the question?

kangkai98 avatar Jan 29 '21 12:01 kangkai98

Hi @XinlingQiu, @kangkau

Thank you for using the work to explore your research. I assume you are using the similar splits for train/valid on DeepGlobe (available in the repo: link). I have reported the number on the valid set.

Regards Anil

anilbatra2185 avatar Jan 29 '21 20:01 anilbatra2185

Thank you for your advice! I used the same splits for train/valid on DG, but the result on DG homepage is still less than 0.6. So I wonder if your iou result is derived from your own splited valid set.

kangkai98 avatar Feb 07 '21 05:02 kangkai98

Hi @kangkau, The IoU mentioned in the paper is on my splits which are available in the repo.

Thanks Anil

anilbatra2185 avatar Feb 07 '21 23:02 anilbatra2185

How can I fuse the results of the orientation task and the segmentation task to enhance the final result? Thank you! Looking forward to your reply!

SonwYang avatar Jul 25 '21 07:07 SonwYang