SilvioGiancola / SoccerNetv2-DevKit

Development Kit for the SoccerNet Challenge
MIT License
168 stars 39 forks source link

CNN architecture #17

Closed Al-Hussein-96 closed 3 years ago

Al-Hussein-96 commented 3 years ago

can you explain me the Neural Network architecture (CNN) in SoccerNetv2-DevKit/Task1-ActionSpotting/CALF/src/model.py ?

the number of layers and ...........

cioppaanthony commented 3 years ago

Hi @Al-Hussein-96,

Please find here a detailed diagram of the layers: CALFNet.pdf

If you need more details in a text form, you can also refer to the Appendix A.2 in my PhD Thesis: Thesis.pdf starting at page 153 with the same diagram at page 158.

I hope this helps don't hesitate to get back if you have more questions.

Al-Hussein-96 commented 3 years ago

@cioppaanthony

thank you bro

cioppaanthony commented 3 years ago

You're welcome!