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

Feature/rd++ #2386

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

Commits on Oct 22, 2024

  1. this is an initial commit. The first thing I do is put together a bas…

    …ic skeletal structure of the code.
    
    Signed-off-by: Jinyao Chen <cjy513203427@gmail.com>
    cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    341e787 View commit details
    Browse the repository at this point in the history
  2. Add logic for loss according to paper and its code

    Signed-off-by: Jinyao Chen <cjy513203427@gmail.com>
    cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9da7c3c View commit details
    Browse the repository at this point in the history
  3. Add proj_layer in the torch_model.py

    Signed-off-by: Jinyao Chen <cjy513203427@gmail.com>
    cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4dc7e82 View commit details
    Browse the repository at this point in the history
  4. πŸš€ Add datumaro annotation dataloader (openvinotoolkit#2377)

    * Add datumaro annotation dataloader
    
    Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
    
    * Update changelog
    
    Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
    
    * Add examples
    
    Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
    
    ---------
    
    Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
    ashwinvaidya17 authored and cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2bbc57a View commit details
    Browse the repository at this point in the history
  5. Pimo tutorials/04 advanced iv (openvinotoolkit#2352)

    * add notebook 701e_aupimo_advanced_iv on load/save and statistical comparisons
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    
    * make `AUPIMOResult.num_thresholds` optional
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    
    * add aupimo notebook advanced iv (load/save and statistical tests)
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    
    * simplify cite us and mention intal
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    
    * fix readme
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
    Co-authored-by: Samet Akcay <samet.akcay@intel.com>
    2 people authored and cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1f38d92 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    Signed-off-by: Jinyao Chen <cjy513203427@gmail.com>
    cjy513203427 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0221691 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f577f1e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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