Open dragen1860 opened 2 years ago
Dear author: I noticed the default area_range in RandomResizedCrop in (0.08, 1.0), which is not appropriate for video recognition when area_range is too small. I guess we need to specify the area_range like this:
(0.08, 1.0)
dict(type='RandomResizedCrop', area_range=(0.75, 1.0))
anyone realized it? or i got wroong. thank you.
Dear author: I noticed the default area_range in RandomResizedCrop in
(0.08, 1.0)
, which is not appropriate for video recognition when area_range is too small. I guess we need to specify the area_range like this:anyone realized it? or i got wroong. thank you.