fpgaconvnet-hls
fpgaconvnet-hls copied to clipboard
Generating SPLIT and CONCAT layers
Hi,
I am trying to generate a model with SPLIT and CONCAT layers, and I see that both functions are in the code but are not implemented. https://github.com/AlexMontgomerie/fpgaconvnet-hls/blob/dd28baa781df6e6dfebca3314305da4599816d83/fpgaconvnet/hls/generate/partition.py#L102 https://github.com/AlexMontgomerie/fpgaconvnet-hls/blob/dd28baa781df6e6dfebca3314305da4599816d83/fpgaconvnet/hls/generate/partition.py#L106) This would be usefull to generate YOLO type networks. Any plan on implementing them?