Rishabh Gupta
Rishabh Gupta
@Rjshrivastav Thanks.
Hi,Can you send me a copy of this paper. My email address is [email protected] . Thank you!
Hello, I did a work around to solve this issue, by modifying the file multiclass_nms_rotated.py by : replacing : labels = torch.arange(num_classes, dtype=torch.long) with : labels = torch.arange(num_classes, dtype=torch.long).to(scores.device)
Hey @Narsil thanks for the reply! I have tried exporting HF_HUB_OFFLINE=1, this still doesn't work.
Yeah, the same code works just as in i connect the internet and it stops working as the internet is disconnected.
Yeah i am sure, i replicated the same problem on a completely standalone machine.