-
The [`"auto"` layout algorithm](https://gpuweb.github.io/gpuweb/#default-pipeline-layout) currently generates layouts which cannot be shared with other pipelines. The reason for this is that these lay…
-
It would be good to have a simple example of particle filtering. The previous version depends on AdvancedPS; we could remove that dependency to keep this minimal.
https://github.com/TuringLang/SSM…
yebai updated
3 months ago
-
Action functions should be available for users.
Can we make FiducialFilter::Filter public ?
-
When the player goes fast enough there should be a whooshing sound to indicate the wind. This sound can be controlled by a low pass filter that opens up as the speed increases.
There should also be a …
-
In the current implementation of the particel filter no noise is added to the observations. This should be the case as the observation also contains errors. In literature this is often sampled from a …
-
There are several steps.
# Parallel processing on one node with `openPMD-api`
Provide example/instructions on how to process fields/particles in the WarpX documentation.
- For fields: provide e…
-
I believe we have to implement some changes to the `FilterBase` class, since the particle filter makes no assumptions on the data type of the particles, but the `virtual update(...)` function requires…
-
-
Hiya!
I am using the BNP-Track tool and analyzing the output MAT file, with the goal of importing it to a pandas dataframe to continue in python, with the goal of comparing to my existing tracking …
-
Particle Filter algorithm will provide a non-GPS based localization solution.
Due to the *enclosed space* nature of this project, we're going to need an algorithm to get the drone's position witho…