{"id":50354358,"url":"https://github.com/basicallysource/yolo-trainer","last_synced_at":"2026-05-29T22:01:37.783Z","repository":{"id":333039814,"uuid":"1135973468","full_name":"basicallysource/yolo-trainer","owner":"basicallysource","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-17T00:23:53.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-17T12:54:27.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/basicallysource.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T21:28:12.000Z","updated_at":"2026-01-17T00:23:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/basicallysource/yolo-trainer","commit_stats":null,"previous_names":["basicallysource/yolo-trainer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/basicallysource/yolo-trainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicallysource%2Fyolo-trainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicallysource%2Fyolo-trainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicallysource%2Fyolo-trainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicallysource%2Fyolo-trainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basicallysource","download_url":"https://codeload.github.com/basicallysource/yolo-trainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicallysource%2Fyolo-trainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33672125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-05-29T22:01:36.962Z","updated_at":"2026-05-29T22:01:37.774Z","avatar_url":"https://github.com/basicallysource.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YOLO Segmentation Fine-tuning\n\n## Config\n\nCopy `config_classification_chamber_example.json` and edit paths:\n```json\n{\n    \"data_yaml_path\": \"your_data.yaml\",\n    \"data_path\": \"/path/to/dataset\",\n    \"model_size\": \"small\",\n    \"epochs\": 100,\n    \"batch_size\": 20,\n    \"device\": \"cuda\",\n    \"val_split\": 0.1\n}\n```\n\n## Local Training\n\n```bash\npython finetune_segmenting.py config.json\n```\n\n## Remote Training\n\n```bash\n# on local\n# this will sync the dataset and training code to the ssh'd gpu instance\npython sync.py push config.json --remote user@host   # sync code + data\n\n# on the actual machine\npython finetune_segmenting.py config.json\n\n# on local\npython sync.py pull config.json --remote user@host   # pull checkpoints back\n```\n\n## Test\n\n```bash\npython test.py checkpoint.pt --webcam 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasicallysource%2Fyolo-trainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasicallysource%2Fyolo-trainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasicallysource%2Fyolo-trainer/lists"}