{"id":19296275,"url":"https://github.com/knight-x/caffe2-vision","last_synced_at":"2026-05-16T09:03:09.641Z","repository":{"id":149846818,"uuid":"98172236","full_name":"Knight-X/caffe2-vision","owner":"Knight-X","description":"Caffe2-vision help engineer to build vision CNN for training and product, including dataset maker and favorite models","archived":false,"fork":false,"pushed_at":"2017-08-02T15:30:15.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T21:29:49.482Z","etag":null,"topics":["caffe2","cnn","compter-vision","vision"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Knight-X.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-24T09:15:53.000Z","updated_at":"2017-11-22T16:15:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"641c20a2-0f4f-48a9-b803-54020532faef","html_url":"https://github.com/Knight-X/caffe2-vision","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knight-X%2Fcaffe2-vision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knight-X%2Fcaffe2-vision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knight-X%2Fcaffe2-vision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knight-X%2Fcaffe2-vision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Knight-X","download_url":"https://codeload.github.com/Knight-X/caffe2-vision/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400292,"owners_count":19795331,"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":["caffe2","cnn","compter-vision","vision"],"created_at":"2024-11-09T22:46:09.803Z","updated_at":"2026-05-16T09:03:09.567Z","avatar_url":"https://github.com/Knight-X.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# caffe2-vision\n\n This is the util for making image dataset for Caffe2 . \n\n## Datasets Module:\n  It will search and load images from folder, and help to create the dataset easily .\n\n  * ImageFolder\n  * ImageLoader\n\n  ### ImageFolder\n  ```\n  rootfolder/boat/xxx.jpg\n  rootfolder/boat/123.jpg\n  rootfolder/boat/456.jpg\n\n  rootfolder/car/123.jpg\n  rootfolder/car/456.jpg\n  rootfolder/car/cjf.jpg\n  ```\n\n  ```\n  import imgfolder as folder\n  import imgloader as loader\n  dataset = folder.ImageFolder(\"your file path\")\n  imgs = loader.ImgLoader(dataset)      \n  ```\n\n  ##### imgs is the list contains (index,images(img_data, label_data))\n\n  ```\n  for i, data in enumerate(imgs):\n        img_data, label_data = data\n  ```\n\n## DB Writer\n  - minidb\n\n## Models\n  - ResNet\n\n\n\n\nThis is inspired by pytorch/vision.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknight-x%2Fcaffe2-vision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknight-x%2Fcaffe2-vision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknight-x%2Fcaffe2-vision/lists"}