video-gcp
video-gcp copied to clipboard
Dimension mismatch
Thank you for sharing the nice work. I try to reproduce the results according to the provided code. I met a error about dimension mismatch. I am new to this field and the dataset so I can not deal with it in this time. Hope someone can help me.
starting epoch 0
Traceback (most recent call last):
File "prediction/train.py", line 241, in
And also, I use torch 1.12.1+113 since the provided version is too old. I don't know if it is relevant. Thanks.
Hi Kyle, it looks like the target selection for the tree prediction is failing for some reason. I am guessing 200 is the number of images in the ground truth sequence, and 255 is the number of images produced by the tree model. There is some logic that selects the 200 predicted images to apply the loss to but it is somehow failing. It might have to do with the different torch version. Unfortunately I don't have anything else I can add now, but you could try running the sequential (non-tree) model and seeing if that works.