zhoubolei / TRN-pytorch

Temporal Relation Networks
http://relation.csail.mit.edu/
Other
787 stars 190 forks source link

Fix a typo in transforms.py #94

Open foxingcoco opened 3 years ago

foxingcoco commented 3 years ago

In GroupMultiScaleCrop, the scales should be [1, .875, .75, .66] instead of [1, 875, .75, .66] (Notice the term 875)