Fast-SCNN
Fast-SCNN copied to clipboard
Unofficial implementation of Fast-SCNN: Fast Semantic Segmentation Network
@DeepVoltaire Thanks for open sourcing the source code , its a great work . I have few queries Q1 when i used the pre-trained model on BDD100k and on custom...
how to train this model?
Do someone know how to solve this problem?---- "File "models/fast_scnn.py", line 149, in forward x = torch.add(high_res_input, low_res_input) RuntimeError: The size of tensor a (90) must match the size of...
https://github.com/DeepVoltaire/Fast-SCNN/blob/fbd87e614fe70b0bb35c6c0a647a3f8158b78542/fast_scnn.py#L162 you write the `self.sconv1` twice here, is that right?
Hello! If there is any opportunity to use your pretrained model?