Skip to content

Commit

Permalink
Doc string update for action recognition model
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanbsolak committed Oct 8, 2024
1 parent 68c625b commit 0111857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/ai85net-actiontcn.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
class AI85ActionTCN(nn.Module):
"""
Conv2D backbone + TCN layers for Action Recognition
Model was designed to be used with the Kinetics dataset.
Number of frames was set to 15, as the model optimally performs with this number
within the constraints of the AI85 hardware.
"""
def __init__(
self,
Expand Down

0 comments on commit 0111857

Please sign in to comment.