Open HarshRangwala opened 4 years ago
Hey Harsh!
image_array1 = np.zeros((1,115200), 'float')
I remember that 38400 is a product for a single channel image (black and white), where the pixel size was 120 320 pixels.
Since you're using labelling code, I think this could suffice for youOkay. Thank you! I got the idea. Sorry but I am a little confused between
np.zeros((1,115200), 'float' and np.zeros((1, 38400), 'float'
If I choose the wrong number then I get an error during model training (saying something like vale needs to be the same). could you please explain how can one decide which correct number to choose i.e how to derive the meaning of the number?
To add an example: lets say I collect 1k or 3k image samples of each direction how should I decide to choose the image_array? just wanna understand that.
image_array1 = np.zeros((1,38400),'float')
Please answer soon. Its urgent!!Thank you.