{"id":15958544,"url":"https://github.com/vermavinay982/imagenet-coco-classes","last_synced_at":"2025-04-04T10:49:10.721Z","repository":{"id":185366347,"uuid":"367009433","full_name":"vermavinay982/imagenet-coco-classes","owner":"vermavinay982","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-20T05:57:18.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T20:47:06.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vermavinay982.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-13T10:10:22.000Z","updated_at":"2021-10-19T15:26:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b9f0724-1438-4e8f-8880-3e2f21ad6de0","html_url":"https://github.com/vermavinay982/imagenet-coco-classes","commit_stats":null,"previous_names":["vermavinay982/imagenet-coco-classes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermavinay982%2Fimagenet-coco-classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermavinay982%2Fimagenet-coco-classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermavinay982%2Fimagenet-coco-classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermavinay982%2Fimagenet-coco-classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vermavinay982","download_url":"https://codeload.github.com/vermavinay982/imagenet-coco-classes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166144,"owners_count":20894652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T14:05:17.533Z","updated_at":"2025-04-04T10:49:10.695Z","avatar_url":"https://github.com/vermavinay982.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageNet-1000 Classes, COCO 80+1 Background Classes\n\nClick Copy Button - and use whereever you want. :innocent:\n\n# JSON only allows key names to be strings. \n```python\nimport json\n\nwith open('coco_classes.json','r') as f:\n    labels = json.load(f)\nlen(labels)\n# OR if you have String\nwith open('imagenet_classes.json') as f:\n    labels = json.load(f)\nlen(labels)\n```\n\n```python\nwith open('imagenet_classes.json','r') as f:\n    text = f.read()\n    labels = json.loads(text)\nlen(labels)\n# OR if you have String\nwith open('coco_classes.json','r') as f:\n    text = f.read()\n    labels = json.loads(text)\nlen(labels)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermavinay982%2Fimagenet-coco-classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvermavinay982%2Fimagenet-coco-classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermavinay982%2Fimagenet-coco-classes/lists"}