ENet-SAD_Pytorch icon indicating copy to clipboard operation
ENet-SAD_Pytorch copied to clipboard

Pytorch implementation of "Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)"

Results 5 ENet-SAD_Pytorch issues
Sort by recently updated
recently updated
newest added

您好,您可以提供一下训练的权重吗~ 我这边自己训练的权重,测试出来很多图片的lines.txt都是空的,在多个机器上试了是相同的结果。可以提供一下您的权重,进行测试吗

There are 75 images that have 5 lanes but the architecture is to detect 5 categories (background + 4 lanes). I have removed those images from training and used the...

hi, thank you for the good job. When I train with my dataset, the sad loss is very small. Do you know why?

Hey, I'm using this repository for some research. I've trained the model (the only change I made to parameters was lowering batch size to 5 for my gpu), and I'm...

thanks for your excellent work! I want to use the SAD module in my Wide-ResNet, but how could I separate out this module?