-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refact: Native Streams for random point clouds #793
Comments
Hi @laxmikantbaheti @Syam47, here's a nice challenge for you both. Please plan the related work together and contact me in case of questions, ideas, improvements, ... Let's also describe this new benchmark functionality in our paper... |
Hi @Syam47 , the workflow was running infinitely most probably because of this |
Motivation
This kind of benchmark streams has a high relevance for ongoing and future research activities. Based on first experiences with static and dynamic point clouds I propose a more general approach:
Tasks
Basically like StreamMLProDynamicClouds3D, but with some extensions that make a re-implementation necessary:
A limitation of the number of instances shall be optional. 0 means: no limit.
Maximum distance of a new instance from it's related cloud center. Please store this value for each cloud (see next parameter). Can be a single float or a list of values for each cloud. Default shall be 100.
2D, 4 clouds, static centroids, 1000 instances
3D, 8 clouds, static centroids, 2000 instances
Each howto shall demonstrate (and validate in dark mode) the origin data and the buffered data.
This howto shall use the root class StreamMLProClouds. The user shall input values for
The text was updated successfully, but these errors were encountered: