keithkctse
keithkctse
File "/ISTR/projects/ISTR/istr/util/box_ops.py", line 51, in generalized_box_iou assert (boxes1[:, 2:] >= boxes1[:, :2]).all() AssertionError Facing the same problem EDIT: After reducing my learning rate, the issue disappeared.
Seems like the fine tuning requires far more memory than inference. My RTX 3090 with 24 GB VRAM is not enough for the training too. Only A100 with 40GB or...
Thanks, but seems like I don't have the permission to view the file
Great! I can access them now. Btw, as I see in the config files for the AE models, there is a PATH_COMPONENTS, for example: ISTR: PATH_COMPONENTS: "./projects/AE/checkpoints/AE_112_256.t7" How do I...
May I also have the weights for ISTR-DCT R101-FPN? Thanks!
Hi, thanks for your reply. We would like to implement multiple maskdino models on multiple gpus, it would be great if we can do so. Is it because the .cuda()...
We are implementing the models for inference on our project, so probably cannot just use the command above. I want to see if the codes can be modified that it...
It is only logging the train loss, how can I log the val loss?