Dhananjai Sharma

Results 6 comments of Dhananjai Sharma

To save a model, you can use the following snippet: `torch.save(model.state_dict(), "Models/RES50.pth")` Here, I save my model in the directory `Models` with the name `RES50` While evaluation, you can load...

> how to convert KITTI dataset to bag file ? > thank you Hi! Have you resolved your issue? Please let me know. Thanks.

### Why does the above happen? - Precision and Recall are initialized as tensors containing `-1`s [here](https://github.com/Lightning-AI/metrics/blob/master/src/torchmetrics/detection/mean_ap.py#L747-L748). - When the code enters these [nested for-loops](https://github.com/Lightning-AI/metrics/blob/master/src/torchmetrics/detection/mean_ap.py#L755-L757), the static method `MeanAveragePrecision.__calculate_recall_precision_scores` is...

> > What can be done to solve this issue? > > > > @dhananjaisharma10 would you be interested to send a draft PR with a suggested fix? :rabbit: @Borda...

@Borda I was a little held up in the last 2-3 weeks, though I am relatively free now. Is it okay if I provide an update by this weekend? EDIT:...

@Borda could you please check the Draft PR and guide further. Thanks.