lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.51k stars 385 forks source link

fix #206 #212

Closed sieukim closed 7 months ago

sieukim commented 2 years ago

The current torchvision.__version__ is 0.11.0, but '0.3.0' is larger than '0.11.0' when comparing by string. This makes an error in ssd/utils/nms.py. So I changed the version comparison code.