{"id":13499153,"url":"https://github.com/xiaochus/MobileNetV3","last_synced_at":"2025-03-29T04:30:35.662Z","repository":{"id":57442521,"uuid":"187315602","full_name":"xiaochus/MobileNetV3","owner":"xiaochus","description":"A Keras implementation of MobileNetV3.","archived":false,"fork":false,"pushed_at":"2020-03-23T08:02:12.000Z","size":267,"stargazers_count":238,"open_issues_count":10,"forks_count":84,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-15T03:33:20.373Z","etag":null,"topics":["image-classification","keras","mobilenetv3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiaochus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-18T04:51:07.000Z","updated_at":"2024-10-18T13:49:56.000Z","dependencies_parsed_at":"2022-09-26T17:21:14.385Z","dependency_job_id":null,"html_url":"https://github.com/xiaochus/MobileNetV3","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/xiaochus%2FMobileNetV3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaochus%2FMobileNetV3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaochus%2FMobileNetV3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiaochus%2FMobileNetV3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiaochus","download_url":"https://codeload.github.com/xiaochus/MobileNetV3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"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":["image-classification","keras","mobilenetv3"],"created_at":"2024-07-31T22:00:30.009Z","updated_at":"2025-03-29T04:30:35.326Z","avatar_url":"https://github.com/xiaochus.png","language":"Python","funding_links":[],"categories":["Papers\u0026Codes","DLA"],"sub_categories":["MobileNetV3"],"readme":"# MobileNetV3\nA Keras implementation of MobileNetV3 and Lite R-ASPP Semantic Segmentation (Under Development).\n\nAccording to the paper: [Searching for MobileNetV3](https://arxiv.org/abs/1905.02244?context=cs)\n\n## Requirement\n- Python 3.6\n- Tensorflow-gpu 1.10.0  \n- Keras 2.2.4\n\n## Train the model\n\n The ```config/config.json``` file provide a config for training.\n\n### Train the classification\n\n**The dataset folder structure is as follows:**\n\n\t| - data/\n\t\t| - train/\n\t  \t\t| - class 0/\n\t\t\t\t| - image.jpg\n\t\t\t\t\t....\n\t\t\t| - class 1/\n\t\t\t  ....\n\t\t\t| - class n/\n\t\t| - validation/\n\t  \t\t| - class 0/\n\t\t\t| - class 1/\n\t\t\t  ....\n\t\t\t| - class n/\n\n**Run command below to train the model:**\n\n```\npython train_cls.py\n```\n\n## Acknowledgement\n\nThank [@fzyzcjy](https://github.com/fzyzcjy) for your help in this project.\n\n## Reference\n\n\t@article{MobileNetv3,  \n\t  title={Searching for MobileNetV3},  \n\t  author={Andrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen, Bo Chen, Mingxing Tan, Weijun Wang, Yukun Zhu, Ruoming Pang Vijay Vasudevan, Quoc V. Le, Hartwig Adam},\n\t  journal={arXiv preprint arXiv:1905.02244},\n\t  year={2019}\n\t}\n\n\n## Copyright\nSee [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaochus%2FMobileNetV3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiaochus%2FMobileNetV3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiaochus%2FMobileNetV3/lists"}