Changseop Yoon/윤창섭

Results 3 comments of Changseop Yoon/윤창섭

`IndexError: The shape of the mask [300, 300] at index 0 does not match the shape of the indexed tensor [4, 296, 296] at index 1` hello, Can I get...

@mengnutonomy I set up the cfg.json file as below. > { "dataset":{"resize_shape":[296, 296],"dataset_name":"CULane","batch_size":4}, "device":0, "model":{}, "optim":{"lr":0.01, "momentum":0.9}, "MAX_ITER":20000 } Also, I found the 182 line of train.py hard-coded. https://github.com/harryhan618/LaneNet/blob/a19cfca9ad0899a97752b38bcc4040a62071470c/train.py#L182 I...