{"id":29754062,"url":"https://github.com/hansalemaos/tf_efficientdet_lite2","last_synced_at":"2026-04-17T09:31:19.131Z","repository":{"id":63123378,"uuid":"565400851","full_name":"hansalemaos/tf_efficientdet_lite2","owner":"hansalemaos","description":"Object detection with tensorflow","archived":false,"fork":false,"pushed_at":"2022-11-13T09:38:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T05:33:37.241Z","etag":null,"topics":["python","tensorflow","tensorflow2"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/tf-efficientdet-lite2","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/hansalemaos.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":"2022-11-13T09:38:26.000Z","updated_at":"2022-11-13T09:41:19.000Z","dependencies_parsed_at":"2022-11-13T10:45:18.904Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/tf_efficientdet_lite2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/tf_efficientdet_lite2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Ftf_efficientdet_lite2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Ftf_efficientdet_lite2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Ftf_efficientdet_lite2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Ftf_efficientdet_lite2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/tf_efficientdet_lite2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Ftf_efficientdet_lite2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","tensorflow","tensorflow2"],"created_at":"2025-07-26T15:16:30.303Z","updated_at":"2026-04-17T09:31:19.114Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object detection with tensorflow\n\n\u003cimg src=\"https://github.com/hansalemaos/screenshots/raw/main/tensorflowscreen.png\"/\u003e\n\n```python\n$pip install tf-efficientdet-lite2\nfrom tf_efficientdet_lite2 import TfEfficientdetLite2\ntflo= TfEfficientdetLite2(sevenzip_path = r\"C:\\Program Files\\7-Zip\\7z.exe\",set_visible_devices_0 = True) #works without 7-zip as well\ntflo.detect(r'https://images.pexels.com/photos/14139354/pexels-photo-14139354.jpeg?cs=srgb\u0026dl=pexels-olena-bohovyk-14139354.jpg\u0026fm=jpg\u0026_gl=1*19indnx*_ga*ODM0MDU4MTIyLjE2NjgzMzEwODk.*_ga_8JE65Q40S6*MTY2ODMzMTA4OS4xLjEuMTY2ODMzMTA5My4wLjAuMA..',draw_results=True,draw_result_min_score=.3)\ntflo.get_df()\n\n        aa_class  aa_x_start  aa_y_start  aa_x_end  aa_y_end   aa_conf\n0         person         449         124       870       611  0.915973\n1            cup         916         521      1022       654  0.642683\n2            cup         652         360       732       469  0.561634\n3   dining table         829          21      1200       793  0.545763\n4          chair         926           1      1198       176  0.235585\n..           ...         ...         ...       ...       ...       ...\n95         chair         988          13      1188       253  0.012212\n96           cup         857         491       947       616  0.011954\n97         chair        1149         728      1196       793  0.011811\n98         spoon         651         371       666       409  0.011780\n99         spoon        1013         290      1062       358  0.011758\n\n\ntflo.get_drawn_results()\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Ftf_efficientdet_lite2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Ftf_efficientdet_lite2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Ftf_efficientdet_lite2/lists"}