MCPcopy Create free account

hub / github.com/HyperInspire/InspireFace / functions

Functions1,690 in github.com/HyperInspire/InspireFace

Methodtoc
cpp/sample/utils/test_folder_helper.h:37
Methodtoken_type_name
cpp/inspireface/middleware/nlohmann/json.hpp:6464
Functiontop
cpp/inspireface/middleware/nlohmann/json.hpp:12259
Methodtranslate
(self, *args)
python/inspireface/modules/core/native.py:336
Methodubjson_prefix
! @brief determine the type prefix of container values */
cpp/inspireface/middleware/nlohmann/json.hpp:14722
Functionunflatten
cpp/inspireface/middleware/nlohmann/json.hpp:12998
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
cpp/inspireface/middleware/nlohmann/json.hpp:20306
Methodupdate
cpp/inspireface/track_module/tracker_optional/bytetrack/BYTETracker.cpp:17
Methodupdate
cpp/inspireface/track_module/tracker_optional/bytetrack/kalmanFilter.cpp:80
FunctionupdateConfig
Update configuration (thread-safe)
cpp/inspireface/include/inspireface/similarity_converter.h:65
Methodupper
(self)
python/inspireface/modules/core/native.py:339
MethoduseAppContext
()
android/InspireFaceExample/app/src/androidTest/java/com/example/inspireface_example/ExampleInstrumentedTest.java:20
Functionuse_oss_download
Enable OSS download instead of ModelScope (for backward compatibility) Args: use_oss (bool): If True, use OSS download; if False, use
python/inspireface/modules/inspireface.py:26
Functionvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:12094
Methodvalue
return the value of an iterator
cpp/inspireface/middleware/nlohmann/json.hpp:12222
Functionview_table_in_terminal
Displays the database table of face identities in the terminal. Notes: Logs an error if the operation to view the table fails.
python/inspireface/modules/inspireface.py:1203
Methodwide_string_input_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:5501
Functionwrapper
(self, *args, **kwargs)
python/test/test_utilis.py:132
Functionwrapper
(*args, **kwargs)
python/inspireface/modules/exception.py:230
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14391
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14410
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14248
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14258
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
cpp/inspireface/middleware/nlohmann/json.hpp:14473
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
cpp/inspireface/middleware/nlohmann/json.hpp:14236
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14308
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
cpp/inspireface/middleware/nlohmann/json.hpp:14290
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
cpp/inspireface/middleware/nlohmann/json.hpp:14535
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14358
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14276
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
cpp/inspireface/middleware/nlohmann/json.hpp:14336
Methodwrite_character
cpp/inspireface/middleware/nlohmann/json.hpp:13234
Methodwrite_character
cpp/inspireface/middleware/nlohmann/json.hpp:13259
Methodwrite_compact_float
cpp/inspireface/middleware/nlohmann/json.hpp:14845
Functionwrite_image_to_fbc_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:135
Functionwrite_image_to_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:159
Methodwrite_number
cpp/inspireface/middleware/nlohmann/json.hpp:14829
Methodwrite_number_with_ubjson_prefix
cpp/inspireface/middleware/nlohmann/json.hpp:14582
Methodwrite_to_file
Write the image stream to a file. Like PATH/image.jpg
python/inspireface/modules/inspireface.py:124
Function~AnyNetAdapter
cpp/inspireface/middleware/any_net_adapter.h:46
Method~BYTETracker
cpp/inspireface/track_module/tracker_optional/bytetrack/BYTETracker.cpp:15
Function~Configurable
cpp/inspireface/middleware/configurable.h:33
Function~CostTime
cpp/inspireface/cost_time.h:48
Method~EmbeddingDB
cpp/inspireface/feature_hub/embedding_db/embedding_db.cpp:43
Method~FaceEmotionAdapt
cpp/inspireface/pipeline_module/attribute/face_emotion_adapt.cpp:7
Function~GeneralImageProcessor
cpp/inspireface/image_process/nexus_processor/image_processor_general.h:14
Method~Impl
cpp/inspireface/session.cpp:21
Method~Impl
cpp/inspireface/middleware/model_archive/core_archive/core_archive.cc:21
Method~Impl
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:112
Method~InferenceAdapter
cpp/inspireface/middleware/inference_adapter/inference_adapter.h:76
Method~InferenceWrapper
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.h:215
Method~InferenceWrapperCoreML
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_coreml.cpp:26
Method~InferenceWrapperMNN
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_mnn.cpp:26
Method~InferenceWrapperRKNN
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_rknn.cpp:75
Method~InferenceWrapperRKNNAdapter
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_rknn_adapter.cpp:32
Method~InferenceWrapperRKNNAdapter
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_rknn_adapter_nano.cpp:32
Method~InferenceWrapperTensorRT
cpp/inspireface/middleware/inference_wrapper/inference_wrapper_tensorrt.cpp:26
Method~InputTensorInfo
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.h:105
Method~LogLevelBroadcast
cpp/test/settings/test_settings.h:142
Method~MNNCVAdapter
cpp/inspireface/middleware/inference_adapter/implement/mnn_adapter.h:16
Method~MNNCVAdapterInference
cpp/inspireface/middleware/inference_adapter/mnn_cv_adapter_inference.h:41
Method~OutputTensorInfo
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.h:139
Method~RGABuffer
cpp/inspireface/image_process/nexus_processor/image_processor_rga.h:146
Method~RKNNAdapter
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:361
Method~RKNNAdapterNano
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter_nano.h:278
Method~ResourceGuard
cpp/inspireface/middleware/thread/resource_pool.h:36
Method~ResourcePool
cpp/inspireface/middleware/thread/resource_pool.h:60
Method~RgaImageProcessor
cpp/inspireface/image_process/nexus_processor/image_processor_rga.cpp:13
Method~STrack
cpp/inspireface/track_module/tracker_optional/bytetrack/STrack.cpp:22
Function~SimilarityConverter
cpp/inspireface/include/inspireface/similarity_converter.h:108
Function~SimpleArchive
cpp/inspireface/middleware/model_archive/core_archive/simple_archive.h:96
Method~SimpleCSVWriter
cpp/test/unit/test_helper/simple_csv_writer.h:32
Method~TensorInfo
cpp/inspireface/middleware/inference_wrapper/inference_wrapper.h:24
Method~TensorRTAdapter
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:575
Method~TestMessageBroadcast
cpp/test/settings/test_settings.h:117
Method~ThreadSafeTokenStorage
cpp/sample/api/sample_cpp_multithreading.cpp:108
Function~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
cpp/inspireface/middleware/nlohmann/json.hpp:18407
Method~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp/inspireface/middleware/nlohmann/json.hpp:8256
Method~file_input_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:5259
Method~input_stream_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:5286
Method~iter_impl
cpp/inspireface/middleware/nlohmann/json.hpp:11446
Method~json_ref
cpp/inspireface/middleware/nlohmann/json.hpp:13108
Method~json_sax
cpp/inspireface/middleware/nlohmann/json.hpp:5828
Method~json_sax_dom_callback_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp/inspireface/middleware/nlohmann/json.hpp:6046
Method~json_sax_dom_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp/inspireface/middleware/nlohmann/json.hpp:5871
Method~lexer
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
cpp/inspireface/middleware/nlohmann/json.hpp:6536
Method~nonesuch
cpp/inspireface/middleware/nlohmann/json.hpp:2255
Method~output_adapter_protocol
cpp/inspireface/middleware/nlohmann/json.hpp:13187
Method~serializer
cpp/inspireface/middleware/nlohmann/json.hpp:16117
Method~test_case_split
cpp/test/settings/test_settings.h:151
← previous1,601–1,690 of 1,690, ranked by callers