VSLNet icon indicating copy to clipboard operation
VSLNet copied to clipboard

image processing in prepare

Open aries-young opened this issue 2 years ago • 0 comments

Hello, I find this normalize operation in your extract_charades.py. But, I print the img array and find that there are so many negative numbers in the img array. Is this normal ?

# normalize image to [0, 1]
        image = (image / 255.0) * 2 - 1

aries-young avatar May 07 '22 05:05 aries-young