Pytorch-HarDNet icon indicating copy to clipboard operation
Pytorch-HarDNet copied to clipboard

35% faster than ResNet: Harmonic DenseNet, A low memory traffic network

Results 9 Pytorch-HarDNet issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to replicate your results. Would you please tell me how did you calculate the GMACs?

use official flatten function

I try to detection trafficlights and trafficsigns, I only using coco config and it's labeling format just like coco, but after training the detection were all wrong. the location loss...

Hi, I would like to work on making the HarDNet code more readable so that others can understand and adapt it more easily. I have started working on some simple...

Nice work, thanks for the great idea of the CIO. When I compute MACs and CIO, I get MACs values the same as the paper. but, I compute the CIO...

https://github.com/PingoLH/Pytorch-HarDNet/blob/12b140c4f9566d2c08a604a093879ddaf7516541/hardnet.py#L10 Is it right to revise this function to (x.view(x.data.size(0), -1) → (x.view(-1))

What is the license of this repository? Can FC-HarDNet-70 be used for commercial purpose?

Hi I generated the HarDNet68ds.onnx, and visualized the network structure in [Netron](https://lutzroeder.github.io/netron/). I make a similar figure, which is referenced by result of Netron, with your paper, and try to...

Hi, I am trying to download a model checkpoint of HarDNet via Pytorch Hub but the download link seems to be broken: When running the first cell in the [colab...