-
Notifications
You must be signed in to change notification settings - Fork 135
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
-
Refactor dataset.py to seperate DatasetStorage
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4ccb5c1 - Browse repository at this point
Copy the full SHA 4ccb5c1View commit details
Commits on Jul 5, 2023
-
Add StreamDatasetStorage and StreamDataset
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 1412e62 - Browse repository at this point
Copy the full SHA 1412e62View commit details
Commits on Jul 6, 2023
-
Merge remote-tracking branch 'upstream/develop' into feature/stream-d…
…ataset Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 7be138a - Browse repository at this point
Copy the full SHA 7be138aView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 75cd172 - Browse repository at this point
Copy the full SHA 75cd172View commit details -
Configuration menu - View commit details
-
Copy full SHA for a080382 - Browse repository at this point
Copy the full SHA a080382View commit details
Commits on Jul 7, 2023
-
Enable stream import for VOC and YOLO
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3a09d02 - Browse repository at this point
Copy the full SHA 3a09d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67cd067 - Browse repository at this point
Copy the full SHA 67cd067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02603fc - Browse repository at this point
Copy the full SHA 02603fcView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d0ff715 - Browse repository at this point
Copy the full SHA d0ff715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505f782 - Browse repository at this point
Copy the full SHA 505f782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edea68 - Browse repository at this point
Copy the full SHA 2edea68View commit details -
Implement streamable DatumaroBase
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 56215ca - Browse repository at this point
Copy the full SHA 56215caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82d070 - Browse repository at this point
Copy the full SHA f82d070View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 798d7fe - Browse repository at this point
Copy the full SHA 798d7feView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 34f1e56 - Browse repository at this point
Copy the full SHA 34f1e56View commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 758f1ca - Browse repository at this point
Copy the full SHA 758f1caView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3df5f19 - Browse repository at this point
Copy the full SHA 3df5f19View commit details
Commits on Jul 11, 2023
-
- Specify encoding type (utf-8) Signed-off-by: Vinnam Kim <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ee79511 - Browse repository at this point
Copy the full SHA ee79511View commit details -
Rename and update broken is_stream propagation
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 8d50797 - Browse repository at this point
Copy the full SHA 8d50797View commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 47c464b - Browse repository at this point
Copy the full SHA 47c464bView commit details -
Update COCOImporter to introduce streaming
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5803c78 - Browse repository at this point
Copy the full SHA 5803c78View commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c8767c1 - Browse repository at this point
Copy the full SHA c8767c1View commit details
Commits on Jul 12, 2023
-
Add utf-8 encoding directive for Windows
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 467749d - Browse repository at this point
Copy the full SHA 467749dView commit details -
Merge remote-tracking branch 'upstream/releases/1.4.0' into feature/s…
…tream-importer-coco Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4d3caa5 - Browse repository at this point
Copy the full SHA 4d3caa5View commit details -
Change COCOPageMapper to be based on the bytes comparison for platfor…
…m independence Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 8629ef5 - Browse repository at this point
Copy the full SHA 8629ef5View commit details -
Remove TYPE from test_roboflow.py
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 08908ec - Browse repository at this point
Copy the full SHA 08908ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab88cf9 - Browse repository at this point
Copy the full SHA ab88cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8af6d - Browse repository at this point
Copy the full SHA 3a8af6dView commit details -
Fix many things found while testing on realife COCO2017 instances dat…
…aset Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 290604a - Browse repository at this point
Copy the full SHA 290604aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4e1fb1d - Browse repository at this point
Copy the full SHA 4e1fb1dView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 9636c1c - Browse repository at this point
Copy the full SHA 9636c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a9717 - Browse repository at this point
Copy the full SHA 02a9717View commit details
Commits on Jul 13, 2023
-
Refactor ExtractorMerger to break a circular import
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 38d039f - Browse repository at this point
Copy the full SHA 38d039fView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for e13e50d - Browse repository at this point
Copy the full SHA e13e50dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c04da7a - Browse repository at this point
Copy the full SHA c04da7aView commit details -
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for de4dcbb - Browse repository at this point
Copy the full SHA de4dcbbView commit details -
Merge branch 'releases/1.4.0' into hotfix/misimplements-found-from-re…
…allife-coco-stream-exp
Configuration menu - View commit details
-
Copy full SHA for 048f65b - Browse repository at this point
Copy the full SHA 048f65bView commit details
Commits on Jul 14, 2023
-
Move category merges to the last step
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 54d8f9c - Browse repository at this point
Copy the full SHA 54d8f9cView commit details