This commit is contained in:
TK 2022-07-27 11:05:31 -07:00 коммит произвёл GitHub
Родитель bfdc5754b1
Коммит a5177ccfe8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# Coco format
In coco, we use `file_name` and `zip_file` to construct the file_path in `ImageDataManifest` mentioned in `README.md`. If `zip_file` is present, it means that the image is zipped into a zip file for storage and access and the image path would be `{zip_file}@{file_name}`. If `zip_file` is not present, the image path would just be `file_name`.
In coco, we use `file_name` and `zip_file` to construct the file_path in `ImageDataManifest` mentioned in `README.md`. If `zip_file` is present, it means that the image is zipped into a zip file for storage & access, and the path within the zip is `file_name`. If `zip_file` is not present, the image path would just be `file_name`.
## Image classification (multiclass and multilabel)