lehaifeng / DASNet

135 stars 41 forks source link

thresh = np.array(range(0, 256)) / 255.0 #42

Open yiyi-today opened 3 years ago

yiyi-today commented 3 years ago

Hello, what is the function of this code that appears repeatedly in your code? Is 256 the size of the input image? If the size of my input image is 512, do I need to change it to 512? Hope to get your answer, thank you!