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

Fix misimplements for stream importer found while testing on the real-life COCO2017 object detection dataset #1093

Commits on Jul 4, 2023

  1. Refactor dataset.py to seperate DatasetStorage

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4ccb5c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add StreamDatasetStorage and StreamDataset

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1412e62 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge remote-tracking branch 'upstream/develop' into feature/stream-d…

    …ataset
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7be138a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    75cd172 View commit details
    Browse the repository at this point in the history
  3. Fix typing error

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a080382 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Enable stream import for VOC and YOLO

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3a09d02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67cd067 View commit details
    Browse the repository at this point in the history
  3. Fix duplication

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    02603fc View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d0ff715 View commit details
    Browse the repository at this point in the history
  5. Update specs.json

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    505f782 View commit details
    Browse the repository at this point in the history
  6. Refactor first

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2edea68 View commit details
    Browse the repository at this point in the history
  7. Implement streamable DatumaroBase

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    56215ca View commit details
    Browse the repository at this point in the history
  8. Update tests

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f82d070 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    798d7fe View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    34f1e56 View commit details
    Browse the repository at this point in the history
  3. Revert unused change

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    758f1ca View commit details
    Browse the repository at this point in the history
  4. Update skip comment

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3df5f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix Windows test errors

     - Specify encoding type (utf-8)
    
    Signed-off-by: Vinnam Kim <vinnam.kim@intel.com>
    vinnamkim committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee79511 View commit details
    Browse the repository at this point in the history
  2. Rename and update broken is_stream propagation

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8d50797 View commit details
    Browse the repository at this point in the history
  3. Add COCOPageMapper

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    47c464b View commit details
    Browse the repository at this point in the history
  4. Update COCOImporter to introduce streaming

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    5803c78 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c8767c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Add utf-8 encoding directive for Windows

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    467749d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/releases/1.4.0' into feature/s…

    …tream-importer-coco
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4d3caa5 View commit details
    Browse the repository at this point in the history
  3. Change COCOPageMapper to be based on the bytes comparison for platfor…

    …m independence
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8629ef5 View commit details
    Browse the repository at this point in the history
  4. Remove TYPE from test_roboflow.py

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    08908ec View commit details
    Browse the repository at this point in the history
  5. Rename

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ab88cf9 View commit details
    Browse the repository at this point in the history
  6. Nit fix

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3a8af6d View commit details
    Browse the repository at this point in the history
  7. Fix many things found while testing on realife COCO2017 instances dat…

    …aset
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    290604a View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/releases/1.4.0' into hotfix/mi…

    …simplements-found-from-reallife-coco-stream-exp
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4e1fb1d View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9636c1c View commit details
    Browse the repository at this point in the history
  10. Fix errors

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    02a9717 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Refactor ExtractorMerger to break a circular import

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    38d039f View commit details
    Browse the repository at this point in the history
  2. Save intermediate work

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e13e50d View commit details
    Browse the repository at this point in the history
  3. Revise again

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c04da7a View commit details
    Browse the repository at this point in the history
  4. Revert unintentional changes

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    de4dcbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    048f65b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Move category merges to the last step

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    54d8f9c View commit details
    Browse the repository at this point in the history