Nina Singer

Results 6 comments of Nina Singer

Can you also point me towards the same info for the bounding boxes? I am looking for the bounding boxes per scene instead of by batch

@longmalongma No unfortunately, I was only able to view and calculate the results by batch

I am having a similar issue, have you made any progress on this?

Please let me know if you are able to recall the indices from the original data with "indices_split_to_full". I am finding that the normalized blocks stored in "data" are correct...

This happened to me. I fixed it by replacing the following line in solov2.py, line 981 https://github.com/NVlabs/FreeSOLO/blob/176d7fd580bbfe1da3ff5131f0b4459f2634d0d2/freesolo/modeling/solov2/solov2.py#L980 with this ``` feature_add_all_level = self.convs_all_levels[i](mask_feat) + feature_add_all_level