MCPcopy Create free account

hub / github.com/SamSamhuns/face_registration_and_recognition_milvus / functions

Functions127 in github.com/SamSamhuns/face_registration_and_recognition_milvus

Functiontest_funcs
Tests basic Pyfhel functions
face_reg_recog_milvus/scripts/homomorphic_emb_face_search_knn.py:143
Functiontest_get_person_milvus
Queries Milvus and retrieves the test person.
face_reg_recog_milvus/tests/api/test_milvus_api.py:20
Functiontest_insert_person_milvus
Inserts a test person into Milvus.
face_reg_recog_milvus/tests/api/test_milvus_api.py:12
Functiontest_insert_person_mysql
Inserts test person data into MySQL database.
face_reg_recog_milvus/tests/api/test_mysql_api.py:17
Functiontest_milvus_connec
Yields a milvus collection connection instance
face_reg_recog_milvus/tests/conftest.py:91
Functiontest_mysql_connec
Yields a mysql connection instance
face_reg_recog_milvus/tests/conftest.py:112
Functiontest_recognition_one_person_file
Test one person face recognition with img file
face_reg_recog_milvus/tests/routes/test_person_recognition_route.py:12
Functiontest_recognition_one_person_url
Test one person face recognition with img url
face_reg_recog_milvus/tests/routes/test_person_recognition_route.py:33
Functiontest_redis_connec
Yields a redis connection instance
face_reg_recog_milvus/tests/conftest.py:138
Functiontest_redis_del_ops
Deletes test data from Redis.
face_reg_recog_milvus/tests/api/test_redis_api.py:36
Functiontest_redis_get_ops
Retrieves test data from Redis.
face_reg_recog_milvus/tests/api/test_redis_api.py:25
Functiontest_redis_insert_get_del_ops
Inserts test data into Redis, retrieves it, and then deletes it.
face_reg_recog_milvus/tests/api/test_redis_api.py:13
Functiontest_registration_one_person_file
Test one person registration
face_reg_recog_milvus/tests/routes/test_person_registration_route.py:12
Functiontest_registration_one_person_url
Test one person registration via URL
face_reg_recog_milvus/tests/routes/test_person_registration_route.py:36
Functiontest_select_all_person_mysql
Selects test person data from MySQL database.
face_reg_recog_milvus/tests/api/test_mysql_api.py:35
Functiontest_select_person_mysql
Selects test person data from MySQL database.
face_reg_recog_milvus/tests/api/test_mysql_api.py:24
Functiontest_server_root
Test if fastapi+uvicorn server is up
face_reg_recog_milvus/tests/routes/test_server.py:10
Methodtest_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:108
Methodtest_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:163
Methodtraining_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:86
Methodtraining_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:143
Functionunregister_person
Deletes a registered person based on the unique person_id. Must use expr with the term expression `in` for delete operations Operation is
face_reg_recog_milvus/app/inference.py:176
Functionunregister_person
Unregisters the person with the given ID.
face_reg_recog_milvus/app/routes/person.py:45
Methodvalidation_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:102
Methodvalidation_step
(self, batch, batch_idx)
face_reg_recog_milvus/scripts/train_spoofed_face_vector_clsf.py:157
Functionxywh2xyxy
Convert nx4 boxes from [xc, yc, w, h] to [x1, y1, x2, y2] where xy1=top-left, xy2=bottom-right
face_reg_recog_milvus/app/utils/image.py:80
Functionxyxy2xywh
Convert nx4 boxes from [x1, y1, x2, y2] to [xc, yc, w, h] where xy1=top-left, xy2=bottom-right
face_reg_recog_milvus/app/utils/image.py:68
← previous101–127 of 127, ranked by callers