You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fbsync] [OPS, IMP] New batched_nms implementation (#3426)
Summary:
* new batched_nms implem
* flake8
* hopefully fix torchscipt tests
* Use where instead of nonzero
* Use same threshold (4k) for CPU and GPU
* Remove use of argsort
* use views again
* remove print
* trying stuff, I don't know what's going on
* previous passed onnx checks so the error isn't in _vanilla func. Trying to return vanilla now
* add tracing decorators
* cleanup
* wip
* ignore new path with ONNX
* use vanilla if tracing...????
* Remove script_if_tracing decorator as it was conflicting with _is_tracing
* flake8
* Improve coverage
Reviewed By: NicolasHug, cpuhrsch
Differential Revision: D26945728
fbshipit-source-id: 118a41e03da2939a726e5bd18f5f77b7c0ce6339
Co-authored-by: Francisco Massa <[email protected]>
0 commit comments