Steven Hiscocks

Results 89 comments of Steven Hiscocks

@jogehl Thanks again for your contribution, and sorry about significant delay getting to your original pull request. I wasn't sure if you were still active on GitHub. I wanted to...

> Looking at this made me think whether we could make this more modular by using a `KalmanUpdater` (or subclass) via composition, rather than inheritance: > > * `PDAUpdater` inherits...

> Regarding @sdhiscocks question about the number of tracks: I tried using the `GaussianMixtureInitiator` with unknown number of tracks (e.g. using the `MultiTargetGroundTruthSimulator`) but I was not able to make...

More examples are always welcome. It can be challenging with data readers as format and structures of data is very variable, so often need bespoke code for your use case.

Thanks for the report @arickGrootveld. So the issue we've identified is when there is no missed distance set in the `DistanceHypothesiser`, the default missed distance is then `np.inf`. This results...

> Would you or your group be interested in having an external pull request for this? It might take me a bit to familiarize myself with your code base, but...

> Looks good. Regarding the docs, could we host the built docs on a readthedocs subdomain or something similar to save having to sdownload them/keep CircleCI just for that use...

> Also, on the issue with underflow, I've seen the issue elsewhere that on GitHub Actions, so I think it's a dependency that may be changing NumPy global default error...

So an example has been added in #859 by @spike-dstl Should this move this to tutorials?