LinkNet implementation working?
See original GitHub issueHello, was excited to see you reimplemented LinkNet in PyTorch.
Can you verify whether the model has been tested? I ran into a few issues, including that linknet
is not included in the get_model()
function in models/init.py and also this line in model/utils.py
is broken. I seem to have fixed these two but am running into Cuda bad params world. I wanted to ask first whether or not it’s been tested (and if you could put me to a script that works with it) before diving in deeper. Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
LinkNet - Network for Semantic Segmentation
LinkNet is a light deep neural network architecture designed for performing semantic segmentation, which can be used for tasks such as self-driving vehicles ......
Read more >davidtvs/Keras-LinkNet: Keras implementation of LinkNet
Keras implementation of LinkNet: Exploiting Encoder Representations for Efficient Semantic Segmentation, ported from the lua-torch (LinkNet) and PyTorch ...
Read more >Keras LinkNet
Explore and run machine learning code with Kaggle Notebooks | Using data from 2018 Data Science Bowl.
Read more >LinkNet With Pretrained Encoder and Dilated Convolution ...
Linknet architecture is efficient in computa- tion and memory. Dilation convolution is a powerful tool that can enlarge the receptive field of feature...
Read more >LinkNet: Exploiting Encoder Representations for Efficient ...
In this paper, we propose a novel deep neural network architecture which allows it to learn without any significant increase in number of ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @ibadami and @meetshah1995
It’s training now… think we have it working… will PR and share evaluation
@travelbureau thx for help too!
@peteflorence - Yes, you are right. All datasets are at the moment not compatible with all the models due to differences in input sizes.
My first task is to make all models working on Pascal VOC (512*512) and then add dataset specific cropping or padding arguments.