Add images for curb detection and semantic segmentation proposals#375
Add images for curb detection and semantic segmentation proposals#375NishantSinghhhhh wants to merge 2 commits intokubeedge:mainfrom
Conversation
Signed-off-by: NishantSinghhhhh <nishantsingh_230137@aitpune.edu.in>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: NishantSinghhhhh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@MooreZheng sir I have Added the complete Proposal for LFX Term-1 2026 |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses critical usability issues within the KubeEdge Ianvs project by comprehensively restoring four previously non-functional examples: Cityscapes-Synthia Lifelong Learning (Curb Detection and Semantic Segmentation), LLM-Agent, and LLM-Edge-Benchmark-Suite. The changes involve fixing numerous bugs across multiple layers of the codebase, enhancing documentation, and streamlining user setup processes. Furthermore, a new CI/CD pipeline has been established to automate validation of these examples, ensuring their ongoing stability and improving the overall contributor experience. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive proposal for restoring and validating Ianvs examples, including fixing numerous bugs, improving documentation, and establishing a CI/CD pipeline. The detailed breakdown of goals, scope, design, and roadmap provides excellent clarity on the planned work. However, there are a couple of minor inaccuracies regarding dates and a missing newline at the end of the markdown file that should be addressed for improved accuracy and adherence to best practices.
Note: Security Review has been skipped due to the limited scope of the PR.
docs/proposals/scenarios/Example_Restoration/Example_Restoration.md
Outdated
Show resolved
Hide resolved
docs/proposals/scenarios/Example_Restoration/Example_Restoration.md
Outdated
Show resolved
Hide resolved
Signed-off-by: NishantSinghhhhh <nishantsingh_230137@aitpune.edu.in>
What type of PR is this?
/kind bug
/kind documentation
/kind cleanup
What this PR does / why we need it:
This PR restores four broken Ianvs examples that are currently non-functional
due to dependency evolution, API breakage, and version incompatibilities:
Cityscapes-Synthia Lifelong Learning — Curb Detection: Fixes 12
confirmed bugs spanning example code, Sedna core (
core/lib/sedna/),and the Ianvs paradigm core controller. The lifelong learning paradigm
is entirely non-functional without these fixes.
Cityscapes-Synthia Lifelong Learning — Semantic Segmentation: Fixes
15 confirmed bugs across the same three layers, completely restoring the
evaluation phase which was previously unable to run.
LLM-Agent: Adds missing
requirements.txt, fixes configuration pathmismatches, resolves dataset schema inconsistencies, automates model
download, and rewrites the README. Reduces new user setup time from 5+
hours to under 30 minutes.
LLM-Edge-Benchmark-Suite: Refactors
basemodel.pyto supportconfigurable model IDs via hyperparameters, adds per-model algorithm
YAML configurations, and updates the benchmarking job to enable
multi-algorithm comparison.
Additionally, this PR establishes a CI/CD pipeline via GitHub Actions for
automated testing of all four restored examples across Python 3.8, 3.9,
and 3.10, with failure detection and clear feedback mechanisms for
contributors.
Which issue(s) this PR fixes:
Fixes #230