Open yangjin970315 opened 2 years ago
I trained with depth&color images from tv game gta, it cost 6 days on gtx3090. The results Looks barely OK,I will continue to train 20 epoch. You can see the result from this: https://github.com/md5xwl/myNote/blob/7b8861be4d70c13a7c82087d3f908a2f58d82ece/p3depth_epoch19.jpg
I tried training on a single GPU and NYU dataset, but the loss didn't change at all. The only change I made was to change the batch size to 8. I had a gut feeling that the code would work, but I couldn't solve the dilemma I was facing.
@md5xwl Anything to note when using this training code? It bothered me for a long time.
@BayMaxBHL This is my code https://drive.google.com/file/d/1RRhOknM4tPnWzvi-T0B__BxLWE8famL3/view?usp=sharing. I training with gta dataset. I add GTA_dataset.py to load color and depth image. After 40 epochs, the result is bad。 I gave up.
@md5xwl Hello,can you run the test code? I run it with a size mismatch, as follows: size mismatch for net.coords: copying a param with shape torch.Size([8, 480, 640, 2]) from checkpoint, the shape in current model is torch.Size([16, 480, 640, 2]).
The results I get with kitti are all red, have you ever encountered this situation?