xiaobai1217 / RepetitionCounting

Code for "Repetitive Activity Counting by Sight and Sound"
22 stars 7 forks source link

What's the meaning of 34 in train.py? #15

Closed abcdvzz closed 1 year ago

abcdvzz commented 1 year ago

The code says you use 34*41 as the dimension of the output layer. Why do you use 34? What's the meaning of it? I assume 41 means the number of classes but why 41 instead of 43?

Sid2697 commented 1 year ago

Hello @abcdvzz,

Did you figure out the reason for this? According to the paper, the dimensions of both the fully connected layers should be the same (41 or 43 in this case). @xiaobai1217 Can you please share your thoughts on this? Thanks!