Skip to content

Non-Maximum Suppression in flax/jax #1929

Answered by levskaya
wztdream asked this question in Q&A
Discussion options

You must be logged in to vote

@wztdream - there's actually an NMS implementation in the older JAX MLPerf Training 0.7 "SSD" entry at:
https://github.com/mlperf/training_results_v0.7/blob/master/Google/benchmarks/ssd/implementations/ssd-research-JAX-tpu-v3-4096/nms.py

Note that some the of other neural net code there uses the deprecated pre-linen Flax API, but the NMS implementation is pure JAX, so hopefully will help.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wztdream
Comment options

Answer selected by wztdream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants