VSLNet
VSLNet copied to clipboard
image processing in prepare
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