Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobld/generaterandomscatter
Tool to generate random scatter plots with their ground truth in C# using OxyPlot.
https://github.com/bobld/generaterandomscatter
csharp ground-truth oxyplot pascal-voc scatter-plot scatteract training
Last synced: 29 days ago
JSON representation
Tool to generate random scatter plots with their ground truth in C# using OxyPlot.
- Host: GitHub
- URL: https://github.com/bobld/generaterandomscatter
- Owner: BobLd
- Created: 2019-09-30T21:56:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T08:48:49.000Z (over 2 years ago)
- Last Synced: 2023-03-04T22:40:41.737Z (over 1 year ago)
- Topics: csharp, ground-truth, oxyplot, pascal-voc, scatter-plot, scatteract, training
- Language: C#
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate Random Scatter Plots
Tool to generate random scatter plots with their ground truth in C# using [OxyPlot](https://github.com/oxyplot/oxyplot). Based on the [scatteract project](https://github.com/bloomberg/scatteract).
- Image outputted in [png](GenerateRandomScatter/Examples/plot_15.png) and [pdf](GenerateRandomScatter/Examples/plot_15.pdf).
- Ground truth are outputted in [__Pascal VOC xml format__](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/PascalVOC_IJCV2009.pdf). Example of Pascal VOC file for the scatter plot below [__here__](GenerateRandomScatter/Examples/plot_15.xml).
- Available classes are _point_, _tick_ and _label_.
- [OxyPlot](https://github.com/oxyplot/oxyplot) models are saved in json. Example for the scatter plot below [__here__](GenerateRandomScatter/Examples/plot_15_model.json).## Scatter plot with the bounding boxes
![plot example bbox](GenerateRandomScatter/Examples/plot_15_bbox.png)## Scatter plot generated
![plot example](GenerateRandomScatter/Examples/plot_15.png)