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

add: Heterogeneous Multi-Edge Collaborative Neural Network Inference for High Mobility Scenarios: Base on KubeEdge-Ianvs proposal #115

Closed
wants to merge 244 commits into from

Commits on Jul 12, 2022

  1. Initial commit

    kevin-wangzefeng authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    00f9081 View commit details
    Browse the repository at this point in the history
  2. initialize Readme

    kevin-wangzefeng authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    7bf0cef View commit details
    Browse the repository at this point in the history
  3. add the ability to parse config file

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0d6a911 View commit details
    Browse the repository at this point in the history
  4. support local benchmarking

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8ff8ab1 View commit details
    Browse the repository at this point in the history
  5. update github workflow and core and examples

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3ffb493 View commit details
    Browse the repository at this point in the history
  6. optimize code to reduce the delay

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ac1d976 View commit details
    Browse the repository at this point in the history
  7. add hard example mining algorithm test

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    336fd19 View commit details
    Browse the repository at this point in the history
  8. Add new metric: data transfer count ratio

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d3d91aa View commit details
    Browse the repository at this point in the history
  9. Add main command-line: -v

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    94e5b12 View commit details
    Browse the repository at this point in the history
  10. Optimize the code based on pylint detection

    1. add code comment.
    2. clean code
    
    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    df4240b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Jul 14, 2022

  1. Supplementary comments for closing the global warning log

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9399e0a View commit details
    Browse the repository at this point in the history
  2. Convert kind to type

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d1a0c53 View commit details
    Browse the repository at this point in the history
  3. Fix system metric name and it's func mapping

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4bdbb48 View commit details
    Browse the repository at this point in the history
  4. Add the field test_object in benchmarkingjob

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4ff728b View commit details
    Browse the repository at this point in the history
  5. Add comments to emphasize that ianvs is only the test platform

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    83fc35c View commit details
    Browse the repository at this point in the history
  6. Modify third_party's address

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b78f10b View commit details
    Browse the repository at this point in the history
  7. optimize code of fpn and metric func f1_score

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e8fc31d View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubeedge#2 from jaypume/examples

    Add Ianvs examples and comments.
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    12d35f6 View commit details
    Browse the repository at this point in the history
  9. proposal of ianvs

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a6fb92f View commit details
    Browse the repository at this point in the history
  10. images for ianvs proposal

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d3012d8 View commit details
    Browse the repository at this point in the history
  11. Update ianvs.md

    Signed-off-by: Zimu Zheng <[email protected]>
    
    update goals
    Update ianvs.md
    update sections
    polish intro
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    d4d798b View commit details
    Browse the repository at this point in the history
  12. Rename ianvs.md to Distributed Synergy AI Benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8a37ce9 View commit details
    Browse the repository at this point in the history
  13. Update Distributed Synergy AI Benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    
    Update Distributed Synergy AI Benchmarking.md
    
    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    47b3c11 View commit details
    Browse the repository at this point in the history
  14. Add events not included in ianvs

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    96ac004 View commit details
    Browse the repository at this point in the history
  15. Polish steps and components of ianvs

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b20a75b View commit details
    Browse the repository at this point in the history
  16. Modify as adviced on KubeEdge routine meeting

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    131927c View commit details
    Browse the repository at this point in the history
  17. Add roadmap and adjust design details

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c9deb76 View commit details
    Browse the repository at this point in the history
  18. Update Distributed Synergy AI Benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6077712 View commit details
    Browse the repository at this point in the history
  19. Modify first step and the module naming

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f823c2f View commit details
    Browse the repository at this point in the history
  20. Fixed background color

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8c82e30 View commit details
    Browse the repository at this point in the history
  21. Update Distributed Synergy AI Benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    
    fixed typo
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c936b04 View commit details
    Browse the repository at this point in the history
  22. directory restructure

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1d8705c View commit details
    Browse the repository at this point in the history
  23. Update distributed-synergy-ai-benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    
    fixed link
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fc8f31d View commit details
    Browse the repository at this point in the history
  24. write index.rst and fix file naming

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    23b4ac7 View commit details
    Browse the repository at this point in the history
  25. Rename basicil-fpn.md to basicIL-fpn.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5f86554 View commit details
    Browse the repository at this point in the history
  26. update quick-start

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0df5975 View commit details
    Browse the repository at this point in the history
  27. update roadmap

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    637cb0b View commit details
    Browse the repository at this point in the history
  28. update how-to-test-algorithms.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    10dea50 View commit details
    Browse the repository at this point in the history
  29. update title

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    97a9dd2 View commit details
    Browse the repository at this point in the history
  30. add files for website

    Signed-off-by: Zimu Zheng <[email protected]>
    
    for website
    
    Signed-off-by: Zimu Zheng <[email protected]>
    
    update for website
    
    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6f7af9b View commit details
    Browse the repository at this point in the history
  31. update pcb-aoi dataset

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    59e80ef View commit details
    Browse the repository at this point in the history
  32. Add Leaderboard of single task learning

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9b542b5 View commit details
    Browse the repository at this point in the history
  33. Add contribute-leaderboards-or-test-reports

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2ca0e1d View commit details
    Browse the repository at this point in the history
  34. Add contribute-test-environments

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2eba6c5 View commit details
    Browse the repository at this point in the history
  35. Update how-to-test-algorithms.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    05a5e31 View commit details
    Browse the repository at this point in the history
  36. Update index.rst

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    30f1075 View commit details
    Browse the repository at this point in the history
  37. update dataset description

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ee16c7e View commit details
    Browse the repository at this point in the history
  38. add test reports

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1e8e155 View commit details
    Browse the repository at this point in the history
  39. Add FPN & BasicIL algorithm

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    44435ce View commit details
    Browse the repository at this point in the history
  40. update basicIL-fpn, fpn

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fe6cc5b View commit details
    Browse the repository at this point in the history
  41. Add section: how-to-contribute-algorithms

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c613378 View commit details
    Browse the repository at this point in the history
  42. Add section: how-to-install-ianvs

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4c02cac View commit details
    Browse the repository at this point in the history
  43. minor fix to section: how-to-install-ianvs

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a6428d0 View commit details
    Browse the repository at this point in the history
  44. update quick start and testing algorithm

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2327fe7 View commit details
    Browse the repository at this point in the history
  45. update test reports

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1f52522 View commit details
    Browse the repository at this point in the history
  46. Update distributed-synergy-ai-benchmarking.md

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    07dd1f7 View commit details
    Browse the repository at this point in the history
  47. Add section: leaderboard-of-incremental-learning

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    153f609 View commit details
    Browse the repository at this point in the history
  48. Add .gitignore.

    Signed-off-by: JimmyYang <[email protected]>
    JimmyYang authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3d4e226 View commit details
    Browse the repository at this point in the history
  49. delete the url in single task learning leaderboard and incremental le…

    …arning leaderboard
    
    Signed-off-by: Qi Fei <[email protected]>
    back1860 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    a3891f6 View commit details
    Browse the repository at this point in the history
  50. Add FPN introduction

    Signed-off-by: Qi Fei <[email protected]>
    back1860 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2f0b6e7 View commit details
    Browse the repository at this point in the history
  51. Update README.md and related documents

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    236d074 View commit details
    Browse the repository at this point in the history
  52. Update meeting time as biweekly

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5cce753 View commit details
    Browse the repository at this point in the history
  53. Add scope to the homepage

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5abc0bf View commit details
    Browse the repository at this point in the history
  54. Update section: how-to-contribute-test-environments

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    72e75fc View commit details
    Browse the repository at this point in the history
  55. Update section: how-to-install-ianvs

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    aabb048 View commit details
    Browse the repository at this point in the history
  56. Update section: how-to-install-ianvs

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4c8cad8 View commit details
    Browse the repository at this point in the history
  57. Add conda environment creating steps

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    26249ee View commit details
    Browse the repository at this point in the history
  58. Update: how-to-install-ianvs

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7b3aa3c View commit details
    Browse the repository at this point in the history
  59. Re-organize concepts and modify images accordingly

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6105def View commit details
    Browse the repository at this point in the history
  60. Remove ./vscode related issue

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bd7f6ff View commit details
    Browse the repository at this point in the history
  61. Add scope of simulation tools

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    83f689e View commit details
    Browse the repository at this point in the history
  62. Add leaderboard contribute solution

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6174008 View commit details
    Browse the repository at this point in the history
  63. Add data source and model source link; Update data explorer

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2441ed2 View commit details
    Browse the repository at this point in the history
  64. fix figures

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ec503c1 View commit details
    Browse the repository at this point in the history
  65. link quick-start to YAMLs

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    686496f View commit details
    Browse the repository at this point in the history
  66. add algorithm procedures

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9913c18 View commit details
    Browse the repository at this point in the history
  67. Optimize the code based on pylint detection

    1. add code comment.
    2. clean code
    
    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    325b403 View commit details
    Browse the repository at this point in the history
  68. Fix pylint of ci

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f2daaeb View commit details
    Browse the repository at this point in the history
  69. Add codeql

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    52cc7a8 View commit details
    Browse the repository at this point in the history
  70. Fix licneses of third packages

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6694de0 View commit details
    Browse the repository at this point in the history
  71. Add ci and license scan reports

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f533d9d View commit details
    Browse the repository at this point in the history
  72. Fix hyperlink of CI

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    030bf7c View commit details
    Browse the repository at this point in the history
  73. Move leaderboard outside proposal

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fb454c2 View commit details
    Browse the repository at this point in the history
  74. fix document reference link

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    91db623 View commit details
    Browse the repository at this point in the history
  75. Add test object in image and revise index

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8947f1d View commit details
    Browse the repository at this point in the history
  76. Revise procedures of learning paradigms

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    375a1a0 View commit details
    Browse the repository at this point in the history
  77. Capitalize first character in install doc

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    659c310 View commit details
    Browse the repository at this point in the history
  78. Add hyperparameter combination description

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    dc9f858 View commit details
    Browse the repository at this point in the history
  79. Add txt annotation description

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    86d3a7e View commit details
    Browse the repository at this point in the history
  80. Add Ianvs v0.1.0 release note

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5a1810e View commit details
    Browse the repository at this point in the history
  81. Update section: how-to-contribute-test-environments

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4ba69e2 View commit details
    Browse the repository at this point in the history
  82. Update section: how-to-contribute-algorithms

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    dda5ab7 View commit details
    Browse the repository at this point in the history
  83. Add comments for syphix configuration.

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3617bd0 View commit details
    Browse the repository at this point in the history
  84. Fix test reports

    1. Add effect display of incremental learning
    2. Fix configuration info of test reports
    
    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    0af6109 View commit details
    Browse the repository at this point in the history
  85. Update leaderboard

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5e4e650 View commit details
    Browse the repository at this point in the history
  86. Add ianvs command line usage

    Signed-off-by: JimmyYang20 <[email protected]>
    Signed-off-by: Jie Pu <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f6998f7 View commit details
    Browse the repository at this point in the history
  87. Fix dataset info of pcb-aoi

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9e66712 View commit details
    Browse the repository at this point in the history
  88. Add owners, gitignore and revise arch

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng authored and jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7d63659 View commit details
    Browse the repository at this point in the history
  89. fix documents and empty lines

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    fd49ca1 View commit details
    Browse the repository at this point in the history
  90. Merge pull request kubeedge#3 from MooreZheng/main

    Add documentations
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1048498 View commit details
    Browse the repository at this point in the history
  91. Delete folder third_party

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1a3886a View commit details
    Browse the repository at this point in the history
  92. Merge pull request kubeedge#4 from JimmyYang20/main

    Delete folder third_party
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c3b6fd4 View commit details
    Browse the repository at this point in the history
  93. Fix document and example resources

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7f9c838 View commit details
    Browse the repository at this point in the history
  94. Merge pull request kubeedge#5 from JimmyYang20/main

    Fix document and example resources
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1a353db View commit details
    Browse the repository at this point in the history
  95. Fix hyperlinks in documentation

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7b66233 View commit details
    Browse the repository at this point in the history
  96. Merge pull request kubeedge#6 from JimmyYang20/main

    Fix hyperlinks in documentation
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c5fd6e6 View commit details
    Browse the repository at this point in the history
  97. Fix quick start doc

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1b35786 View commit details
    Browse the repository at this point in the history
  98. Merge pull request kubeedge#7 from JimmyYang20/main

    Fix quick start doc
    jaypume authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    72d9a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Revise key docs like the home page, setup and contribution

    Signed-off-by: Zimu Zheng <[email protected]>
    MooreZheng committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    318ea23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#9 from MooreZheng/main

    Revise key docs like the home page, setup and contribution
    jaypume authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    7667124 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Add fossa analysis in the github workflow

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6470f3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#10 from JimmyYang20/main

    Add fossa analysis in the github workflow
    jaypume authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    826f871 View commit details
    Browse the repository at this point in the history
  3. Modify the hyperlinks of ci and license scan

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e8a3962 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge pull request kubeedge#11 from JimmyYang20/main

    Modify the hyperlinks of ci and license scan
    jaypume authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7785550 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Add templates of lifelong learning and mutli-edge-inference

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    939fd30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#12 from JimmyYang20/main

    Add templates of lifelong learning and mutli-edge-inference
    jaypume authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1a0bad0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    47cbc79 View commit details
    Browse the repository at this point in the history
  2. Update the proposal

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f6d5b0d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. update proposal

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d498033 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add lifelong learning feature

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    223b98c View commit details
    Browse the repository at this point in the history
  2. Add lifelong learning example

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    0dffa68 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge pull request kubeedge#28 from JimmyYang20/feature-lifelong-n

    Add lifelong learning feature and example
    jaypume authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b56947a View commit details
    Browse the repository at this point in the history
  2. Optimized example file format

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    98142c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubeedge#29 from JimmyYang20/feature-lifelong-n

    Optimized example file format
    jaypume authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f66d5dc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Add readme for lifelong learning example

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9b362c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#30 from JimmyYang20/feature-lifelong-n

    Add readme for lifelong learning example
    jaypume authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    26d894d View commit details
    Browse the repository at this point in the history
  3. Add a deploy ianvs method in quick-start.md

    This method can create a separate space to do work
    by using a docker container
    
    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c55b4c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Fix a bug: change lifelonglearning module type

    Signed-off-by: JimmyYang20 <[email protected]>
    JimmyYang20 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    0c1bf6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#33 from JimmyYang20/feature-lifelong-n

    Fix a bug: change lifelonglearning module type
    jaypume authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    80e0d79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubeedge#31 from JimmyYang20/main

    Add a deploy ianvs method in quick-start.md
    jaypume authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a2a09ef View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    a2a5c7a View commit details
    Browse the repository at this point in the history
  2. Proposal for Edge Intelligence Benchmark for Edge-Cloud Collaborative…

    … Lifelong Detection
    
    Signed-off-by: iszhyang <[email protected]>
    iszhyang committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    60bd52a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Update the proposal of unknown task recognition algorithm

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    76e456b View commit details
    Browse the repository at this point in the history
  2. Modified based on community comments.

    1. Adjusted the functions and processes of simulation system administrator and simulation job administrator
    2. adjusted the flow chart.
    
    Signed-off-by: iszhyang <[email protected]>
    iszhyang committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    79b9dac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Add pedestrian tracking example.

    Signed-off-by: York You <[email protected]>
    yqhok1 committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5f08d27 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Upload algorithm file

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5b85e1e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 24, 2022

  1. Update the proposal of unknown task recognition

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0674402 View commit details
    Browse the repository at this point in the history
  2. update the proposal of unknown task recognition

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    3285b77 View commit details
    Browse the repository at this point in the history
  3. modify the figure's path

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5af63fe View commit details
    Browse the repository at this point in the history
  4. modify

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    789c0cb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Merge pull request kubeedge#35 from iszhyang/main

    [OSPP] Proposal for Edge Intelligence Benchmark for Edge-Cloud Collaborative Lifelong Detection
    jaypume authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ee1b1b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d29464 View commit details
    Browse the repository at this point in the history
  3. Move files and add copyright.

    Signed-off-by: York You <[email protected]>
    yqhok1 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c99020c View commit details
    Browse the repository at this point in the history
  4. update proposal

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    59fa951 View commit details
    Browse the repository at this point in the history
  5. modify test report

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    a44b3d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Update wheel package.

    Signed-off-by: York You <[email protected]>
    yqhok1 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    95b34aa View commit details
    Browse the repository at this point in the history
  2. First version of the simlation controller

    1. Basically completed simulation_system_admin moduel.
    2. Add the README doc.
    3. The commit information is compressed
    
    Signed-off-by: iszhyang <[email protected]>
    iszhyang committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1babf8c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    bb787ae View commit details
    Browse the repository at this point in the history
  2. fix the README of simulation controller.

    Signed-off-by: iszhyang <[email protected]>
    iszhyang committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1d4dbea View commit details
    Browse the repository at this point in the history
  3. upload an example about the scence based unknown task regconition alg…

    …orithm
    
    update algorithms
    delete annotated codes
    refer the origin reproduced p
    add class documentation
    upload Readme
    Modify folder name
    add an example
    modify readme
    Supplementary curb-detection cases
    
    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9ceca15 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubeedge#39 from iszhyang/code

    [OSPP] The codes of Edge Intelligence Benchmark for Edge-Cloud Collaborative Lifelong Detection
    jaypume authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    8298e8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubeedge#42 from Frank-lilinjie/feature-lifelong-n

    [OSPP] The codes of Unknown Task Recognition Algorithm Reproduction based on Lifelong Learning of Ianvs
    jaypume authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f83d776 View commit details
    Browse the repository at this point in the history
  6. Fix bugs.

    Signed-off-by: York You <[email protected]>
    yqhok1 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f81feff View commit details
    Browse the repository at this point in the history
  7. add the description of algorithm

    Signed-off-by: Frank-lilinjie <[email protected]>
    Frank-lilinjie committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a3157c1 View commit details
    Browse the repository at this point in the history
  8. add a quick start for multi-task joint inference

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    37e181f View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubeedge#36 from yqhok1/features/pedestrian_tracking

    Add pedestrian tracking example.
    jaypume authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e9813a8 View commit details
    Browse the repository at this point in the history
  10. change the requirenments

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fecf7f3 View commit details
    Browse the repository at this point in the history
  11. modift the pylint

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2fb4363 View commit details
    Browse the repository at this point in the history
  12. combine GAN and self-taught learning

    Signed-off-by: nailtu <[email protected]>
    nailtu30 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d90599c View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubeedge#40 from nailtu30/ospp-final

    [OSPP] Combine GAN and Self-taught Learning to solve small sample problem
    jaypume authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    06e9565 View commit details
    Browse the repository at this point in the history
  14. modift the pylint

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0b6efa3 View commit details
    Browse the repository at this point in the history
  15. modift the pylint

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bc2f131 View commit details
    Browse the repository at this point in the history
  16. modift the pylint

    Signed-off-by: shifan__z <[email protected]>
    shifan-Z committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d8647fe View commit details
    Browse the repository at this point in the history
  17. Merge pull request kubeedge#44 from shifan-Z/feature-lifelong-n

    [OSPP]Multi-task Joint Inference for Ianvs
    jaypume authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1789d87 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Modify workflow platform

    Signed-off-by: Siqi <[email protected]>
    luosiqi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6691892 View commit details
    Browse the repository at this point in the history
  2. Add new dataset: segmentation of cityscapes

    Signed-off-by: Siqi <[email protected]>
    luosiqi committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    11b6e78 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubeedge#46 from luosiqi/main

    Modify workflow platform
    jaypume authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ed684a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubeedge#47 from luosiqi/segmentation

    Add new application of singletasklearning: segmentation of cityscapes
    jaypume authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    84b630c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 12, 2023

  1. Add new dataset: segmentation of cityscapes

    Signed-off-by: Siqi <[email protected]>
    Signed-off-by: Sai Suraj <[email protected]>
    luosiqi authored and Sai-Suraj-27 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    0009ee9 View commit details
    Browse the repository at this point in the history
  2. Updated most of the docs by correcting different spelling mistakes an…

    …d grammatical mistakes, also updated a link in Contributing.md that is previously showing error.
    
    Signed-off-by: Sai Suraj <[email protected]>
    Sai-Suraj-27 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    16e5872 View commit details
    Browse the repository at this point in the history
  3. Corrected more spelling/grammatical mistakes in other some other file…

    …s, removed unnecessary spaces at some places.
    
    Signed-off-by: Sai Suraj <[email protected]>
    Sai-Suraj-27 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    2d73354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591a145 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Merge pull request kubeedge#26 from Frank-lilinjie/main

    [OSPP]The proposal of unknow task recognition algorithm reproduction
    jaypume authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0c2fc25 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    299bd8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#50 from kubeedge/revert-26-main

    Revert "[OSPP]The proposal of unknow task recognition algorithm reproduction"
    jaypume authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d7e5c7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubeedge#41 from Frank-lilinjie/main

    [OSPP] Proposal for Unknown Task Recognition Algorithm Reproduction based on Lifelong Learning of Ianvs
    jaypume authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7f15624 View commit details
    Browse the repository at this point in the history
  4. Add new issue template: discussion

    Signed-off-by: Siqi Luo <[email protected]>
    luosiqi committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f49525f View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubeedge#52 from luosiqi/main

    Add new issue template: discussion
    jaypume authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bb7bb12 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Fix CI issue: Raising too general exception.

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4d10053 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix the bug of issue#57

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2b9bea5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#55 from jaypume/fix-ci

    Fix CI issue: Raising too general exception.
    jaypume authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5094f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update Owners

    Signed-off-by: Jie Pu <[email protected]>
    jaypume committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7fe6448 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#66 from jaypume/update-owners

    Update Owners
    jaypume authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    cfbc00a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. initial commit: add example for semantic_segmentation

    Signed-off-by: hsj576 <[email protected]>
    
    add example for semantic segmentation
    
    Signed-off-by: hsj576 <[email protected]>
    
    add example for semantic segmentation
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix some bug
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix the bug of memory leakage
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix the bug of inference
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix some bug
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix the bug of test accuracy
    
    Signed-off-by: hsj576 <[email protected]>
    
    edit sedna package for lifelong learning
    
    Signed-off-by: hsj576 <[email protected]>
    
    edit sedna package
    
    Signed-off-by: hsj576 <[email protected]>
    
    implement dataset split method for lifelong learning
    
    Signed-off-by: hsj576 <[email protected]>
    
    add test examples
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    63a12ed View commit details
    Browse the repository at this point in the history
  2. add no-inference mode for lifelong learning

    Signed-off-by: hsj576 <[email protected]>
    
    write quick start
    
    Signed-off-by: hsj576 <[email protected]>
    
    remote useless file
    
    Signed-off-by: hsj576 <[email protected]>
    
    revise the git command
    
    Signed-off-by: husj <[email protected]>
    
    remove annotations and change the implisit function name
    
    Signed-off-by: husj <[email protected]>
    
    modify the code to meet the coding standard
    
    Signed-off-by: husj <[email protected]>
    
    modify the code to meet the coding standard
    
    Signed-off-by: husj <[email protected]>
    
    modify the code to meet the coding standard
    
    Signed-off-by: husj <[email protected]>
    hsj576 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    48349e9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. add new proposal of Cloud-Robotic AI Benchmarking for Edge-cloud Coll…

    …aborative Lifelong Learning
    
    Signed-off-by: husj <[email protected]>
    
    fix the bug of picture
    
    Signed-off-by: husj <[email protected]>
    
    Fix CI issue: Raising too general exception.
    
    Signed-off-by: Jie Pu <[email protected]>
    
    correct the description and the goal of this proposal
    
    Signed-off-by: husj <[email protected]>
    
    correct the content
    
    Signed-off-by: husj <[email protected]>
    
    add introduction for new test example
    
    Signed-off-by: husj <[email protected]>
    
    modify the description of test benchmark
    
    Signed-off-by: husj <[email protected]>
    
    Update Owners
    
    Signed-off-by: Jie Pu <[email protected]>
    
    update proposal
    
    Signed-off-by: husj <[email protected]>
    
    update some changes
    
    Signed-off-by: husj <[email protected]>
    hsj576 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    65ea37a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#62 from hsj576/main

    Proposal of Cloud-Robotic AI Benchmarking for Edge-cloud Collaborative Lifelong Learning
    jaypume authored May 19, 2023
    Configuration menu
    Copy the full SHA
    5bb8f22 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. add proposal for Cloud-robotics dataset

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e70318b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. add introduction for Cloud-robotics dataset

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    04ec638 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. add unknown task process

    Signed-off-by: xiaomoguhzz <[email protected]>
    xiaomoguhzz committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4db4864 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. update BWT and FWT

    Signed-off-by: hsj576 <[email protected]>
    
    update some changes
    
    Signed-off-by: hsj576 <[email protected]>
    
    update some changes
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix pylint issues
    
    Signed-off-by: hsj576 <[email protected]>
    
    update ReadMe
    
    Signed-off-by: hsj576 <[email protected]>
    
    update ReadMe
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix pylint issues
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e1d8361 View commit details
    Browse the repository at this point in the history
  2. optimize codes

    Signed-off-by: hsj576 <[email protected]>
    
    solve pylint issue
    
    Signed-off-by: hsj576 <[email protected]>
    
    solve pylint issue
    
    Signed-off-by: hsj576 <[email protected]>
    
    solve pylint issue
    
    Signed-off-by: hsj576 <[email protected]>
    
    solve pylint issue
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e7ee775 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix privacy issue

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6922aca View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. recover permission

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1282370 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge pull request kubeedge#49 from Sai-Suraj-27/documentation_updates

    Updated docs, and few other files.
    jaypume authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3352cb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. update information for website of cloud-robotics

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e8f89de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request kubeedge#69 from hsj576/main

    Add proposal for Cloud-robotics dataset
    jaypume authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3f4dff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. merge lifelong learning branch

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    09505ff View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix conflict error

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bd2faa5 View commit details
    Browse the repository at this point in the history
  2. fix conflict error

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    adcaafc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge pull request kubeedge#78 from hsj576/main

    Merge of feature-lifelong-n branch
    jaypume authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c024813 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. add proposal for Real-Time IoT Perception Systems Based on Edge-Cloud…

    … Collaboration with Large Foundation Models
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6024e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. add ianvs-plugin workflow

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    27c647c View commit details
    Browse the repository at this point in the history
  2. fix image bug

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9a707da View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9af068b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add description for workflow of lifelong training

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b9b384c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request kubeedge#80 from hsj576/main

    Proposal for Real-Time IoT Perception Systems Based on Edge-Cloud Collaboration with Large Foundation Models
    jaypume authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    47e4a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. add sam predict

    Signed-off-by: hsj576 <[email protected]>
    
    add segformer example
    
    Signed-off-by: hsj576 <[email protected]>
    
    add segformer example
    
    Signed-off-by: hsj576 <[email protected]>
    
    add description for workflow of lifelong training
    
    Signed-off-by: hsj576 <[email protected]>
    
    update Readme for robot-sam
    
    Signed-off-by: hsj576 <[email protected]>
    
    fix pylint issues
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0bb66d2 View commit details
    Browse the repository at this point in the history
  2. merge robot and robot-sam, add leaderboard

    Signed-off-by: hsj576 <[email protected]>
    
    add docstring for codes
    
    Signed-off-by: hsj576 <[email protected]>
    
    remove hardcore path and TEMP PRINT lines
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c630133 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubeedge#84 from hsj576/dev

    Codes of Real-Time IoT Perception Systems Based on Edge-Cloud Collaboration with Large Foundation Models
    jaypume authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6feec83 View commit details
    Browse the repository at this point in the history
  4. Support class-incremental learning testing of ianvs

    Signed-off-by: qxygxt <[email protected]>
    qxygxt committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    51cc841 View commit details
    Browse the repository at this point in the history
  5. Class increment testing

    Signed-off-by: qxygxt <[email protected]>
    qxygxt committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3f5e893 View commit details
    Browse the repository at this point in the history
  6. Provide an SSA model-assisted semantic segmentation annotate feature …

    …that allows importing pre-annotated results into the Label Studio platform, correcting and exporting the annotation results.
    
    Signed-off-by: Daniel Dong <[email protected]>
    winter-fish committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ddd7a94 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubeedge#85 from qxygxt/main

    OSPP: Implementation of a Class Incremental Learning Algorithm Evaluation System based on Ianvs
    jaypume authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8a556ce View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubeedge#81 from winter-fish/main

    「OSPP - KubeEdge SIG AI」Toward Automatic Image Annotation Algorithm with Large Foundation Model:  Based on Edge-cloud Collaborative Lifelong Learning to Reproduce Open World Object Segmentation
    jaypume authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    10196f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. rearrange the filepath of examples

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cbaa216 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. update examples readme

    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    27a236f View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#88 from hsj576/dev

    rearrange the filepath of examples
    jaypume authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7da385c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. add an unseen task processing example in cityscape dataset; remove RE…

    …ADME_ospp.md.
    
    Signed-off-by: nailtu <[email protected]>
    nailtu30 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6c37697 View commit details
    Browse the repository at this point in the history
  2. Updates on 12.29 2023

    1. modify the README.md in examples/cityscapes
    2. add a proposal in docs/proposals
    3. add .DS_Store to gitignore, which are useless file generated by MacOS
    
    Signed-off-by: nailtu <[email protected]>
    nailtu30 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    81ee352 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. updates on 1.4 2024

    Signed-off-by: nailtu <[email protected]>
    nailtu30 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    99ab2db View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge pull request kubeedge#90 from nailtu30/main

    add an unseen task processing example in cityscape dataset; remove README_ospp.md
    jaypume authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    08f5030 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#20 from yqhok1/proposals/pedestrian_tracking

    [OSPP] The proposal for pedestrian tracking and Re-ID example.
    jaypume authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1d2d7ab View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    9a9cd25 View commit details
    Browse the repository at this point in the history
  2. Optimize the naming convention for test metrics

    Signed-off-by: qxygxt <[email protected]>
    qxygxt committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0a46df4 View commit details
    Browse the repository at this point in the history
  3. Optimize variable names in metrics.py

    Signed-off-by: qxygxt <[email protected]>
    qxygxt committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4d124b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. update Readme and Readthedoc

    Signed-off-by: hsj576 <[email protected]>
    
    update Readme and Readthedoc
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    295273a View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubeedge#87 from hsj576/main

    Update README
    jaypume authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    dc8793d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request kubeedge#91 from qxygxt/main

    Optimize the problem of CI test and the structure of OSPP MDIL-SS
    jaypume authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3aa1490 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    67282bc View commit details
    Browse the repository at this point in the history
  2. fix the pylint issue

    Signed-off-by: hsj576 <[email protected]>
    
    fix the pylint issue
    
    Signed-off-by: hsj576 <[email protected]>
    hsj576 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6044143 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request kubeedge#104 from hsj576/main

    fix the bug of the semantic segmentation lifelong learning example
    jaypume authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    891d850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd52be View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix the Cl issue

    Signed-off-by: hsj576 <[email protected]>
    hsj576 authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fdf7876 View commit details
    Browse the repository at this point in the history
  2. fix the pylint issue

    Signed-off-by: hsj576 <[email protected]>
    hsj576 authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6975629 View commit details
    Browse the repository at this point in the history
  3. fix the pylint issue

    Signed-off-by: hsj576 <[email protected]>
    hsj576 authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8354b2 View commit details
    Browse the repository at this point in the history
  4. update CoC

    Signed-off-by: Shelley-BaoYue <[email protected]>
    Shelley-BaoYue authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    558e121 View commit details
    Browse the repository at this point in the history
  5. add docs CI

    Signed-off-by: Shelley-BaoYue <[email protected]>
    Shelley-BaoYue authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9c307a9 View commit details
    Browse the repository at this point in the history
  6. fix slack url

    Signed-off-by: wbc6080 <[email protected]>
    wbc6080 authored and wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    36a5c55 View commit details
    Browse the repository at this point in the history
  7. add new proposal of Heterogeneous Multi-Edge Collaborative Neural Net…

    …work Inference for High Mobility Scenarios
    
    Signed-off-by: wyoung1 <[email protected]>
    
    add a proposal of Heterogeneous Multi-Edge Collaborative Neural Network Inference for High Mobility Scenarios
    
    Signed-off-by: wyoung1 <[email protected]>
    
    modify the proposal of multi-edge inference for high mobility scenarios
    
    Signed-off-by: wyoung1 <[email protected]>
    
    modify statement of proposal
    
    Signed-off-by: wyoung1 <[email protected]>
    
    update framework image in proposal
    
    Signed-off-by: wyoung1 <[email protected]>
    
    update proposal
    
    Signed-off-by: wyoung1 <[email protected]>
    wyoung1 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    96592d3 View commit details
    Browse the repository at this point in the history