thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

space_to_depth #1017

Open ayermolo opened 5 years ago

ayermolo commented 5 years ago

ONNX doesn't support extract_image_patches, but does support space_to_depth. For the case that darkflow uses extract_iamge_patches they are equivalent.