Open kaanakan opened 2 years ago
I also trained the model with the baseline.yml on 4 V100 gpus , but the evaluation results are always zero. I visualise the samples by our trained models, there is also no output except the 1st epoch. Do you face the same issue?
I also check my record, the loss was always NaN too.
hi @ygjwd12345,
I think you cannot train FIERY from scratch. Can you try starting from a pre-trained static version? You can follow this issue #8. Can you also report the results that you have found at the end of the training?
For now, the result is zero because the loss is nan. I will load pretrained model and report the result as soon as possible.
But if we do this, it means fiery actually is multi-step. It is not mentioned in the paper.
hi @ygjwd12345, do you have any updates on your training? Thank you.
also @anthonyhu, can you clarify the training scheme? as it is mentioned by @ygjwd12345, the paper does not report anything about pretrained weights. Moreover, is it expected to get a different result with a new training?
Thanks a lot!
Hi @kaanakan , Sorry to report late.
I reproduce three setting, the result is a little lower than the paper. But it is acceptable.
Hi. Thanks for authors' great work and your helpful comment. I ran evaluate.py with official checkpoint but get the output as follows: iou 53.5 & 28.6 pq 39.8 & 18.0 sq 69.4 & 66.3 rq 57.4 & 27.1 Is there something wrong? It seems to be much lower than the results you got.
@huangzhengxiang I don't check the author's checkpoint. I only reproduce.
Hello every one! How can i get VPQ? The code seems to only provide iou sq rq pq.
Hello! What is called "pq` in the metrics corresponds to VPQ :)
Hi,
We have trained your model with the
baseline.yml
on 4 V100 gpus but the results we got were slightly worse than the ones you reported on the paper. We had to load the weights fromstatic_lift_splat_setting.ckpt
because when we didn't, there was a NaN loss every time.IOU (short | long) | VPQ (short | long)
58.8 | 35.8 | 50.5 | 29.0
59.4 | 36.7 | 50.2 | 29.9
Can you help us to understand why the results are different? Thanks in advance.