DC
DC
> > Hi Master. > > Can you add code to visualize the detection effect? I can't find the code for visual inspection in this repository. > > @qzwangUSTC I...
Hi @csuhan, Thank you very much for your prompt response! Running inference with GPU(s) works totally fine. However, when I tried your suggestion for running inference with cpu only, there...
@jigongbao your problem can be solved by changing the code in `mmdet/models/anchor_head.py` as below, I guess but not sure just change the `device` variable in anchor_generator to match with device...
@csuhan Thanks a lot for your explanations, I will have a look on it
Hi @vakker @RangiLyu @ZwwWayne I experienced the same problem, what should be the recommended fix here? Using `torchrun` or down-grade pytorch version?