Closed
Description
Hello,
This is not an issue with the code, but rather a question about training on cityscapes instead of kitti. I created a new Dataset
class in which I read the camera parameters stored in a json file and set them in a numpy array:
K = np.array([[fx, 0, u0, 0], [0, fy, v0, 0], [0, 0, 1, 0], [0, 0, 0, 1]], dtype=np.float32)
These intrinsics are then used in generate_images_pred
. I noticed on tensorboard that the color_pred_s_0
was sometimes really messy. Apart from that, the other outputs look good. So, I was wondering, is there anything else to change in the code?
Best regards
Metadata
Metadata
Assignees
Labels
No labels