Ultra-Light-Fast-Generic-Face-Detector-1MB icon indicating copy to clipboard operation
Ultra-Light-Fast-Generic-Face-Detector-1MB copied to clipboard

What is this in RandomSampleCrop_v2???

Open YushengZhang opened this issue 5 years ago • 1 comments

What's the meaning here in RandomSampleCrop_v2 ?

In the transform.py->RandomSampleCrop_v2( ), there is

            w = random.uniform(0.3 * width, width)
            h = random.uniform(0.3 * height, height)

            # aspect ratio constraint b/t .5 & 2
            if h / w != 1:
                continue

If written in this, how can the code below be achieved??

YushengZhang avatar Aug 13 '20 09:08 YushengZhang

indeed it is wrong

fire717 avatar May 21 '21 07:05 fire717