osljw
osljw
@johntyty912 @zzh8829 I have trained on wider_face (face detect only) dataset see: https://github.com/osljw/yolov3-tf2.git doc: https://github.com/osljw/yolov3-tf2/blob/wider_face/docs/training_wider.md Training from random weights (which I try)
# extension\manifest.json ``` { "manifest_version": 3, "name": "Webui.js Injector", "version": "1.0", "permissions": ["webNavigation", "activeTab", "scripting"], "host_permissions": [""], "content_scripts": [ { "matches": [""], "js": ["content_script.js"], "run_at": "document_end" } ] } ```...