C H R I S T I A N
C H R I S T I A N
You need to train the model on your face and then link to the trained weights. https://github.com/paviro/MMM-Facial-Recognition-Tools
I would like to know the same. I got a few hundred pictures that would take ages to make binary masks for.
I'm not the greatest Python programmer, but I've fixed the issue with: ``` python image_name = annotation_filename.split('\\')[-1] class_name = image_name.split('_')[1] class_id = None for category in CATEGORIES: if category['name'] ==...
I face same issue. Always getting `polyfills.15dcd8d4a7e5a6c1e6d6.bundle.js:1 POST http://192.168.1.10:3000/api/user 500 (Internal Server Error)` when trying to register user. I've tried official [mysql docker](https://hub.docker.com/layers/mysql/mysql-server/5.7.31-1.1.17/images/sha256-6d6fdd5bd31256a484e887c96c41abfc9ee3e3deb989de83ebdb8694fcc83485?context=explore) with tag 5.7 and equal mariadb 110.4...
@rob1998 Omg thanks! That literally solved it!
@wuast94 This is my working config. https://github.com/slimcdk/home-server/blob/b8023a73266293b7886625c900b010c8170dbbf6/docker-compose.yaml#L48-L85
Hmm, try to do this. 1) Delete containers and (data in) volumes. 2) Spin up the database. 3) Run the mysql_upgrade command in the container 4) Start clarkson
I agree on this!
> Look into [Manomotion](https://www.manomotion.com/). If Manomotion can be integrated into ARCore it would be amazing!! I've already done so. Unfortunately they only select candiates to use their HAND SKELETON API....
Hi! How did you get this to work? I'm using the simple blinker example which works fine directly on Raspberry Pi OS, but not inside the container. I see the...