| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The frames indexes start at 0 and go up to (n_frames - 1)
…im/add_ctd_integration_test
Replaced np.max by np.nanmax, to avoid excluding whole pose if some keypoint is Nan
|
Thanks for this.
and everything worked as expected. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This Pull Request fixes the edge case in the CTD pipeline when the conditions passed to the CTDInferenceRunner.predict() method are empty. This typically can happen when the FilterLowConfidencePoses processing stage filters out all poses.
Thus, this Pull Request solves #3001.
The following changes were introduced to fix the edge case: