├── image └── test.bmp ├── model ├── checkpoint ├── model.ckpt.data-00000-of-00001 ├── model.ckpt.index └── model.ckpt.meta ├── readme.md └── steel_bar_detection.py /image/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/image/test.bmp -------------------------------------------------------------------------------- /model/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/model/checkpoint -------------------------------------------------------------------------------- /model/model.ckpt.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/model/model.ckpt.data-00000-of-00001 -------------------------------------------------------------------------------- /model/model.ckpt.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/model/model.ckpt.index -------------------------------------------------------------------------------- /model/model.ckpt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/model/model.ckpt.meta -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/readme.md -------------------------------------------------------------------------------- /steel_bar_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BenzhangQiu/Steel-bar-Detection/HEAD/steel_bar_detection.py --------------------------------------------------------------------------------