Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ functions
Functions
1,690 in github.com/HyperInspire/InspireFace
⨍
Functions
1,690
◇
Types & classes
414
↳
Endpoints
4
↓ 1 callers
Function
lapjv_internal
Solve dense sparse LAP. */
cpp/inspireface/track_module/tracker_optional/bytetrack/lapjv.cpp:287
↓ 1 callers
Function
launch
Launches the InspireFace system with the specified resource directory. Args: model_name (str): the name of the model to use.
python/inspireface/modules/inspireface.py:747
↓ 1 callers
Function
lfw_generator
(directory_path)
python/test/test_utilis.py:168
↓ 1 callers
Function
load_data
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_rknn.cpp:20
↓ 1 callers
Function
load_data_
* @brief Function to load data from a file. * @param fp File pointer * @param ofst Offset * @param sz Size * @return Pointer to loaded data */
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:78
↓ 1 callers
Method
load_from_buffer
Load image data from a buffer (like bytes or bytearray). Args: data: The buffer containing the image data. w
python/inspireface/modules/inspireface.py:78
↓ 1 callers
Function
load_model
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_rknn.cpp:45
↓ 1 callers
Function
load_model_
* @brief Function to load a model from a file. * @param filename Model file name * @param model_size Pointer to store model size * @return Pointer
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:109
↓ 1 callers
Method
log
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:54
↓ 1 callers
Function
main
(model_dir)
tools/get_model_md5.py:22
↓ 1 callers
Function
main
(model_dir, models)
tools/generate_release_models_info.py:24
↓ 1 callers
Function
make_tar
Package the specified folder into a tar file. FOLDER_PATH is the path to the folder to be packaged, and OUTPUT_FILENAME is the name of the ou
tools/inspire_archive/archive_packing.py:14
↓ 1 callers
Method
mark_lost
cpp/inspireface/track_module/tracker_optional/bytetrack/STrack.cpp:147
↓ 1 callers
Method
next_id
cpp/inspireface/track_module/tracker_optional/bytetrack/STrack.cpp:155
↓ 1 callers
Function
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11978
↓ 1 callers
Method
operator+
add to iterator
cpp/inspireface/middleware/nlohmann/json.hpp:12191
↓ 1 callers
Function
operator+=
@brief add an object to an array @sa https://json.nlohmann.me/api/basic_json/operator+=/
cpp/inspireface/middleware/nlohmann/json.hpp:20011
↓ 1 callers
Function
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:12000
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
cpp/inspireface/middleware/nlohmann/json.hpp:156
↓ 1 callers
Function
opiton
cpp/sample/cluttered/standard/c_api_sample.cpp:349
↓ 1 callers
Method
ordered
Sort the list of directories
python/inspireface/modules/core/native.py:784
↓ 1 callers
Function
parse
cpp/inspireface/middleware/nlohmann/json.hpp:20841
↓ 1 callers
Function
parse_and_calculate_error_codes
(header_content)
tools/generate_error_tabel_to_python.py:19
↓ 1 callers
Function
parse_and_calculate_error_codes
(header_content)
tools/output_error_table.py:18
↓ 1 callers
Method
predict
cpp/inspireface/track_module/tracker_optional/bytetrack/kalmanFilter.cpp:49
↓ 1 callers
Method
print_track_cost_spend
Print tracking cost statistics
python/inspireface/modules/inspireface.py:429
↓ 1 callers
Function
process_header
(header_path, output_path)
tools/generate_error_tabel_to_python.py:76
↓ 1 callers
Function
process_header
(header_path, output_path)
tools/output_error_table.py:75
↓ 1 callers
Method
project
cpp/inspireface/track_module/tracker_optional/bytetrack/kalmanFilter.cpp:68
↓ 1 callers
Function
query_launch_status
Queries the launch status of the InspireFace SDK. Returns: bool: True if InspireFace is launched, False otherwise.
python/inspireface/modules/inspireface.py:839
↓ 1 callers
Function
raw_to_header
cpp/inspireface/middleware/model_archive/core_archive/microtar/microtar.c:90
↓ 1 callers
Function
readModelFile
read model file to memory
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:62
↓ 1 callers
Function
read_binary_file
cpp/sample/api/sample_gray_input.c:10
↓ 1 callers
Function
read_pairs
Read the pairs.txt file and return a list of image pairs
python/test/test_utilis.py:272
↓ 1 callers
Function
read_video_generator
(video_path)
python/test/test_utilis.py:153
↓ 1 callers
Function
rec_function
cpp/sample/cluttered/rk_sample/rk_face_recognize_sample.cpp:17
↓ 1 callers
Function
remove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
cpp/inspireface/middleware/nlohmann/json.hpp:16964
↓ 1 callers
Function
remove_suffix
Remove the file suffix.
tools/inspire_archive/archive_packing.py:6
↓ 1 callers
Function
restore_rotated_box
Restore the coordinates of a rotated face box based on the original image width, height, and rotation angle. Parameters: - original_widt
python/test/test_utilis.py:60
↓ 1 callers
Method
rstrip
(self, chars=None)
python/inspireface/modules/core/native.py:312
↓ 1 callers
Function
sax_parse
cpp/inspireface/middleware/nlohmann/json.hpp:20881
↓ 1 callers
Function
search
cpp/sample/cluttered/standard/c_api_sample.cpp:150
↓ 1 callers
Method
set_detection_confidence_threshold
Sets the detection confidence threshold for the face detection session. Args: threshold (float): The confidence threshol
python/inspireface/modules/inspireface.py:441
↓ 1 callers
Method
set_enable_track_cost_spend
Enable or disable track cost spend monitoring
python/inspireface/modules/inspireface.py:435
↓ 1 callers
Method
set_filter_minimum_face_pixel_size
Set minimum face pixel size filter
python/inspireface/modules/inspireface.py:463
↓ 1 callers
Method
set_track_lost_recovery_mode
Set track lost recovery mode
python/inspireface/modules/inspireface.py:493
↓ 1 callers
Method
set_track_mode_num_smooth_cache_frame
Set track mode number of smooth cache frames
python/inspireface/modules/inspireface.py:475
↓ 1 callers
Method
set_track_mode_smooth_ratio
Set track mode smooth ratio
python/inspireface/modules/inspireface.py:469
↓ 1 callers
Method
set_track_model_detect_interval
Set track model detect interval
python/inspireface/modules/inspireface.py:481
↓ 1 callers
Method
setup
(self, image1: np.ndarray, image2: np.ndarray)
python/test/test_utilis.py:217
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
cpp/inspireface/middleware/nlohmann/json.hpp:7888
↓ 1 callers
Function
split
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
cpp/inspireface/middleware/nlohmann/json.hpp:12860
↓ 1 callers
Method
stop
Stop the threads
cpp/sample/api/sample_cpp_multithreading.cpp:87
↓ 1 callers
Method
test
()
android/InspireFaceExample/app/src/main/java/com/example/inspireface_example/MainActivity.java:26
↓ 1 callers
Function
test_face_detect
cpp/sample/source/expansion_load.cpp:10
↓ 1 callers
Function
test_liveness
cpp/sample/cluttered/rk_sample/rk_simple_net_sample.cpp:230
↓ 1 callers
Function
test_liveness_ctx
cpp/sample/cluttered/rk_sample/rk_simple_net_sample.cpp:267
↓ 1 callers
Method
title
(self)
python/inspireface/modules/core/native.py:333
↓ 1 callers
Function
to_cbor
@brief create a CBOR serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_cbor/
cpp/inspireface/middleware/nlohmann/json.hpp:21019
↓ 1 callers
Function
to_json_tuple_impl
cpp/inspireface/middleware/nlohmann/json.hpp:4876
↓ 1 callers
Function
unescape
! * @brief string unescaping as described in RFC 6901 (Sect. 4) * @param[in] s string to unescape * @return unescaped string * * Note the orde
cpp/inspireface/middleware/nlohmann/json.hpp:2757
↓ 1 callers
Function
upload_model
Upload model to ModelScope
tools/release_modelscope.py:22
↓ 1 callers
Function
validate_image_format
Validate image format
python/inspireface/modules/exception.py:170
↓ 1 callers
Function
version
Retrieves the version of the InspireFace library. Returns: str: The version string of the library.
python/inspireface/modules/inspireface.py:1260
↓ 1 callers
Function
video_file_test
cpp/sample/cluttered/standard/tracker_sample.cpp:82
↓ 1 callers
Function
video_test
cpp/sample/cluttered/standard/tracker_sample.cpp:11
↓ 1 callers
Method
waitForToken
Wait for a token with timeout
cpp/sample/api/sample_cpp_multithreading.cpp:60
Function
AnalysisFaceAction
cpp/inspireface/common/face_info/face_action_data.h:51
Function
AnyNetAdapter
* @brief Constructor for AnyNet. * @param name Name of the neural network. */
cpp/inspireface/middleware/any_net_adapter.h:39
Method
AvailableCount
cpp/inspireface/middleware/thread/resource_pool.h:113
Method
Average
cpp/inspireface/middleware/timer.cpp:67
Method
BYTETracker
cpp/inspireface/track_module/tracker_optional/bytetrack/BYTETracker.cpp:5
Method
BatchInfer
cpp/inspireface/middleware/inference_adapter/mnn_cv_adapter_inference.h:108
Method
BatchInsertVectors
cpp/inspireface/feature_hub/embedding_db/embedding_db.cpp:119
Method
BenchmarkRecord
cpp/test/unit/test_helper/simple_csv_writer.h:56
Method
BlackingTrackingRegion
cpp/inspireface/track_module/face_track_module.cpp:336
Method
BlinkPredictAdapt
cpp/inspireface/pipeline_module/liveness/blink_predict_adapt.cpp:11
Method
BuildAppleExtensionPath
cpp/inspireface/runtime_module/launch.cpp:250
Function
CalculateImageMSE
cpp/test/settings/check.h:36
Method
CheckSQLiteError
cpp/inspireface/feature_hub/embedding_db/embedding_db.cpp:284
Method
CheckSize
* @brief Check the size (Placeholder) * @details This function is currently not implemented. */
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:331
Method
CheckVectorDimension
cpp/inspireface/feature_hub/embedding_db/embedding_db.cpp:265
Method
ChoiceMultiLevelDetectModel
cpp/inspireface/track_module/face_track_module.cpp:508
Method
ClearTrackingFace
cpp/inspireface/session.cpp:17
Method
ClearTrackingFace
cpp/inspireface/track_module/face_track_module.cpp:585
Method
Close
cpp/inspireface/middleware/model_archive/core_archive/core_archive.cc:78
Method
ComputeCropMatrix
cpp/inspireface/track_module/quality/face_pose_quality_adapt.cpp:40
Method
Configuration
cpp/inspireface/track_module/face_track_module.cpp:401
Method
ConfigurationExtensionPath
cpp/inspireface/runtime_module/launch.cpp:203
Method
ConvertNormalizeParameters
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.cpp:80
Method
CopyToFloatArray
cpp/inspireface/middleware/inference_adapter/inference_adapter.h:14
Function
CoreArchive
cpp/inspireface/middleware/model_archive/core_archive/core_archive.h:36
Method
CoreArchive
cpp/inspireface/middleware/model_archive/core_archive/core_archive.cc:137
Method
Count
cpp/inspireface/middleware/timer.cpp:75
Method
Create
cpp/inspireface/session.cpp:208
Method
Create
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.cpp:34
Method
Create
cpp/inspireface/image_process/frame_process.cpp:130
Method
Create
cpp/inspireface/image_process/nexus_processor/image_processor.cpp:15
Method
Deinit
De-initialize database
cpp/inspireface/feature_hub/embedding_db/embedding_db.h:83
Method
DetectFace
cpp/inspireface/track_module/face_track_module.cpp:345
← previous
next →
601–700 of 1,690, ranked by callers