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

improving evolve #11348

Merged
merged 43 commits into from
Jan 3, 2024
Merged

improving evolve #11348

merged 43 commits into from
Jan 3, 2024

Commits on Apr 13, 2023

  1. improving evole in train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    36b5d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088ecd6 View commit details
    Browse the repository at this point in the history
  3. fix gen_ranges value in mutation part.

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1368681 View commit details
    Browse the repository at this point in the history
  4. fix invalid syntax in line 532

    remove on tab from "else" 
    
    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c3a3788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9987397 View commit details
    Browse the repository at this point in the history
  6. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    42aaae5 View commit details
    Browse the repository at this point in the history
  7. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2867dc3 View commit details
    Browse the repository at this point in the history
  8. fix range index

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2aeb55d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update train.py

    fix population size
    add crossover min and max rate
    
    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5223ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ee6a5 View commit details
    Browse the repository at this point in the history
  3. update comments

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c73fe79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff8e99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e07aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c62e0b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    cb08b03 View commit details
    Browse the repository at this point in the history
  2. save population for last generation

    The latest version incorporates a significant update whereby all hyper parameters are now stored in the population section of "evolve_population.yaml," located in "yolov5\data\hyps," following the transition to the new generation. This development allows for the continuation of a previously abandoned evolution process by utilizing the former population. Additionally, a new argument, "--evolve_population," has been introduced to enable the relocation of the manual "evolve_population.yaml" to any project directory to load for the aforementioned purpose. This enhancement offers greater flexibility and convenience to the users, making it easier for them to resume their evolutionary process.
    
    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1f23309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df33f7 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    abb3c87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68be82c View commit details
    Browse the repository at this point in the history
  6. remove try - except

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4084949 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48c465a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 23, 2023

  1. Update train.py

    Add resume resume_evolve arg for **resume evolve from last generation**.
    Population will load from data/hyp by default and load all yaml file form them.
    
    
    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0029c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41bc315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191a5ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a97ae8 View commit details
    Browse the repository at this point in the history
  5. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0770147 View commit details
    Browse the repository at this point in the history
  6. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    dfd83e2 View commit details
    Browse the repository at this point in the history
  7. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f173634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91218fc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    0d91473 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

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

Commits on May 10, 2023

  1. Update train.py

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed May 10, 2023
    Configuration menu
    Copy the full SHA
    08eb07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd90e0e View commit details
    Browse the repository at this point in the history
  3. Update README.zh-CN.md

    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed May 10, 2023
    Configuration menu
    Copy the full SHA
    31fa2e8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    e3d373e View commit details
    Browse the repository at this point in the history
  2. Update train.py

    update pop_size
    
    Signed-off-by: Shayan Mousavinia <45814390+ShAmoNiA@users.noreply.github.com>
    ShAmoNiA committed May 12, 2023
    Configuration menu
    Copy the full SHA
    dcf6750 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

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

Commits on May 26, 2023

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

Commits on Jun 6, 2023

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

Commits on Jun 15, 2023

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

Commits on Jul 14, 2023

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

Commits on Oct 1, 2023

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