AlexMontgomerie / fpgaconvnet-hls

https://fpgaconvnet.com
GNU General Public License v3.0
22 stars 10 forks source link

Generating SPLIT and CONCAT layers #5

Open fPecc opened 4 months ago

fPecc commented 4 months ago

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?

AlexMontgomerie commented 4 months ago

We are planning to integrate these components, but to be honest this might be several months away. There is some redesign happening with the frontend as we're planning to add more features. I'll keep you posted.

fPecc commented 4 months ago

Excellent, thanks for your quick answer!