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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T08:00:44.000Z (over 2 years ago)
- Last Synced: 2025-03-19T23:16:05.730Z (10 months ago)
- Topics: csharp, ground-truth, oxyplot, pascal-voc, scatter-plot, scatteract, training
- Language: C#
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 1
- 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

## Scatter plot generated
