unitlab 2.0.3__tar.gz → 2.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unitlab-2.0.3/src/unitlab.egg-info → unitlab-2.0.4}/PKG-INFO +1 -1
- {unitlab-2.0.3 → unitlab-2.0.4}/setup.py +1 -1
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/dataset.py +1 -1
- {unitlab-2.0.3 → unitlab-2.0.4/src/unitlab.egg-info}/PKG-INFO +1 -1
- {unitlab-2.0.3 → unitlab-2.0.4}/LICENSE.md +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/README.md +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/setup.cfg +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/__init__.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/__main__.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/client.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/exceptions.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/main.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab/utils.py +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab.egg-info/SOURCES.txt +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab.egg-info/dependency_links.txt +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab.egg-info/entry_points.txt +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab.egg-info/requires.txt +0 -0
- {unitlab-2.0.3 → unitlab-2.0.4}/src/unitlab.egg-info/top_level.txt +0 -0
@@ -278,7 +278,7 @@ class DatasetUploadHandler(COCO):
|
|
278
278
|
if len(anns) == 0:
|
279
279
|
logger.warning("No annotations found for image: {}".format(img_id))
|
280
280
|
return
|
281
|
-
return
|
281
|
+
return self.get_img_bbox_payload(anns)
|
282
282
|
|
283
283
|
async def upload_image(self, session, dataset_id, image_id):
|
284
284
|
image = self.loadImgs(image_id)[0]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|