Skip to content
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

Enable simplex 2d noise for Synthetic dataset #1056

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2023

  1. Enable simplex noise

    Signed-off-by: yzheng124 <yi.zheng@intel.com>
    yzheng124 authored and WenjingKangIntel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    52b0db1 View commit details
    Browse the repository at this point in the history
  2. Add noise selection and add reference link

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    16a96cb View commit details
    Browse the repository at this point in the history
  3. Add random_2d_simplex to init

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fbbeaac View commit details
    Browse the repository at this point in the history
  4. Add noise_type to yaml and MVTec arg

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9c06fc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix circular import and use original opensimplex

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    546738e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Rename noise to noise_type and add license info

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    aaf2111 View commit details
    Browse the repository at this point in the history
  2. Update noise type

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2008931 View commit details
    Browse the repository at this point in the history
  3. Enable simplex noise

    Signed-off-by: yzheng124 <yi.zheng@intel.com>
    yzheng124 authored and WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    09dce61 View commit details
    Browse the repository at this point in the history
  4. Add noise selection and add reference link

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    78c8e76 View commit details
    Browse the repository at this point in the history
  5. Add random_2d_simplex to init

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0464db6 View commit details
    Browse the repository at this point in the history
  6. Add noise_type to yaml and MVTec arg

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e9893a7 View commit details
    Browse the repository at this point in the history
  7. Fix circular import and use original opensimplex

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    36bc026 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce7f846 View commit details
    Browse the repository at this point in the history
  9. Update for other datasets

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7ebc0a9 View commit details
    Browse the repository at this point in the history
  10. Update model config yamls with noise type

    Signed-off-by: Kang Wenjing <wenjing.kang@intel.com>
    WenjingKangIntel committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c1a783b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    dade576 View commit details
    Browse the repository at this point in the history