jacobjanak / VideaHealth

Neural network object detection post-processing algorithm
MIT License
0 stars 2 forks source link

Added relabel function #29

Closed jacobjanak closed 3 years ago

jacobjanak commented 3 years ago

relabel is a simple function that looks at the tooth labels and fixes any obvious mistakes. For example, [1,3,4,5,10,11,12,13] becomes [2,3,4,5,10,11,12,13].