pankaj251003
pankaj251003
please tell me the way of splitting the kitti dataset
when i am passing new image which is not of kitti dataset ,,,,,error is coming saying not able to corresponding label file why we need label file for testing purpose....kindly...
Hello sir, Could you please provide train code, if not please suggest how to train for our own dataset
ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (185, 256, 256, 3), y.shape = (370, 1) I am getting this error while running...
Not able to find train_gt.txt?
PLease suggest how to train on my dataset
np_image_list = np.array(image_list, dtype=np.float16) / 225.0 2 ----> 3 x_train, x_test, y_train, y_test = train_test_split(np_image_list, image_labels, test_size=0.2, random_state = 42) 4 5 aug = ImageDataGenerator( NameError: name 'image_labels' is not...
Could please tell me what have you done in ImageProcessing script
When training on 10 images of 224x224....it is throwing cuda out of memory . I have 16gb GPU. Please help!