decoli
decoli
> Hi, version of colab is PyTorch1.5.0, I modified detection.py and ssd.py. > so that it works without warning and error. > > Since detection.py have torch.autograd.Function, I delete def...
> I have not encountered the problem you described, you can try to find the answer in the issues at github, sorry for not being able to help you |...
> Hi, version of colab is PyTorch1.5.0, I modified detection.py and ssd.py. > so that it works without warning and error. > > Since detection.py have torch.autograd.Function, I delete def...
I also encountered the same problem, I guess it should be set threshold, maybe [this](https://github.com/amdegroot/ssd.pytorch/issues/503#issuecomment-660991287) can help you.