Skip to content
#

data-generation

Here are 79 public repositories matching this topic...

arashn
arashn commented Jul 8, 2019

Hi. I wanted to report an issue. generatedata requires the /cache folder to be writable. However, on CentOS 7, making the folder writable is not enough because the default SELinux policy prevents writing to the /cache folder that is in /var/www/html. To fix this issue, one would have to run the following as root:

chcon -R -t httpd_sys_rw_content_t cache/
neomatrix369
neomatrix369 commented Nov 6, 2019

As see from #53 we can have broken/dead links, links that once worked can be unavailable for reasons outside the control of this project/repo!

Hence I have decided to manually scan (for now) the repo from time to time for such links and fix them - if there is one. Here are the steps to take:

New broken/dead links

tom-lord
tom-lord commented Feb 5, 2018

Ideally, Regexp#examples should always return up to max_results_limit.

Currently, it usually "aborts" before this limit is reached. (I.e. the exact number of examples generated can be hard to predict, for complex patterns.)

An enhancement would be to modify the algorithm such that results are always generated up to max_results_limit if possible.

sgobotta
sgobotta commented Apr 4, 2020

Is your feature request related to a problem? Please describe.
Most of this kind of tools are available in websites. It would be nice to build a simple website to use the generator services

Describe the solution you'd like
Starts with a simple Vuejs SPA with a title and a text area that does nothing. Eventually we can add a json parser and features to interact with the generator api.

Using synthetic data in combination with Deep Learning, to determine if a system can be made that will be able to recognise and classify correctly real traffic signs.

  • Updated May 28, 2018
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the data-generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-generation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.