Vera Soboleva

Results 4 comments of Vera Soboleva

Thank you @[dreaquil](https://github.com/dreaquil), but unfortunately it didn't help : (

I also noticed that if I run the following code without pytorch lightning it works and gives reasonable values: ``` metric = MeanAveragePrecision(box_format='xyxy', iou_type='bbox') with torch.no_grad(): for batch_id, batch in...

@dreaquil, changing the type helped me as well :) Thank you very much!

Hi @[dreaquil](https://github.com/dreaquil), @[SkafteNicki](https://github.com/SkafteNicki) I tried to reproduce an error and save predictions and targets on which error occures during the training. However, when I tried to compute metrics with these...