https://github.com/becauseofai/detnet-keras
An implementation of DetNet with Keras.
https://github.com/becauseofai/detnet-keras
deep-learning dilated-convolution keras neural-network object-detection receptive-field
Last synced: 3 months ago
JSON representation
An implementation of DetNet with Keras.
- Host: GitHub
- URL: https://github.com/becauseofai/detnet-keras
- Owner: becauseofAI
- License: apache-2.0
- Created: 2018-11-20T06:19:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T17:33:43.000Z (over 7 years ago)
- Last Synced: 2025-04-27T13:37:15.999Z (about 1 year ago)
- Topics: deep-learning, dilated-convolution, keras, neural-network, object-detection, receptive-field
- Language: Python
- Homepage:
- Size: 718 KB
- Stars: 10
- Watchers: 2
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DetNet-Keras
An implementation of DetNet with Keras(now only detnet59 network structure).
# Paper
DetNet: A Backbone network for Object Detection [[ECCV2018](http://openaccess.thecvf.com/content_ECCV_2018/papers/Zeming_Li_DetNet_Design_Backbone_ECCV_2018_paper.pdf)] [[arXiv](https://arxiv.org/abs/1804.06215)]