ort-customops/test/data
Wenbing Li 1b80794903
Remove OpenCV dependency from C_API mode (#800)
* Remove OpenCV dependency from C_API model

* fix build on Windows

* switch ci build flag

* try to fix the macOS build issue

* more fixing

* fix the macOS build issue

* list jpeg source

* verified on MacOS

* update the pp_api too

* avoid the codecs library conflicts

* Add the unit tests

* move the codec test

* add the missing dl lib for extensions test

* refine the code

* a smaller fixing for Windows Python
2024-09-04 16:50:05 -07:00
..
azure Enable using system certs on Android. (#543) 2023-08-24 12:17:07 +10:00
clip Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
cuda Add initial CUDA native UT (#625) 2024-01-13 15:34:16 -08:00
falcon-tokenizer Add Falcon-7b and Falcon-40b tokenizer support (#510) 2023-08-07 14:37:57 -07:00
gemma Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
llama2 Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
phi-2 Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
phi-3 Ignore all streaming output of invalid utf-8 string (#704) 2024-05-06 16:46:55 -07:00
phi-3-small Add initial tiktoken and Phi3SmallTokenizer support (#729) 2024-08-02 10:24:02 -07:00
ppp_vision Handle ONNX 1.14 in test scripts (#435) 2023-05-12 07:13:37 +10:00
processor Remove OpenCV dependency from C_API mode (#800) 2024-09-04 16:50:05 -07:00
tiktoken Add the tokenizer C ABI (#693) 2024-04-29 16:45:49 -07:00
tokenizer/whisper.tiny add the decoder_prompt_id for whisper tokenizer (#775) 2024-07-29 14:21:17 -07:00
whisper Feature extraction C API for whipser model (#755) 2024-07-11 11:20:36 -07:00
1272-141231-0002.flac Add an audio decoder custom op for whisper end-to-end processing (#385) 2023-04-11 14:47:10 -07:00
1272-141231-0002.mp3 Add an audio decoder custom op for whisper end-to-end processing (#385) 2023-04-11 14:47:10 -07:00
1272-141231-0002.npy Add an audio decoder custom op for whisper end-to-end processing (#385) 2023-04-11 14:47:10 -07:00
1272-141231-0002.wav Pre and Post processing example for openAI Whisper model (#380) 2023-03-30 13:44:50 -07:00
bert-large-uncased-whole-word-masking-finetuned-squad-tokenizer.onnx Issue #230, #226: Add tests for BertTokenizer & HfBertTokenizer customop 2022-09-06 15:08:16 -07:00
bert.vocab support mobilebert_ppp (#354) 2023-02-27 18:53:37 +08:00
bert_basic_cased_vocab.txt Add BertTokenizer (#135) 2021-08-26 13:50:03 -07:00
bert_qa_decoder_base.onnx support mobilebert_ppp (#354) 2023-02-27 18:53:37 +08:00
custom_op_negpos.onnx Fix the bug in enabling ORT CustomOps in ONNXRuntime. (#90) 2021-05-07 09:21:34 -07:00
custom_op_str_attr_missing_test.onnx Issue #279: Fix bug that causes TryGetAttribute<std::string> to fail for valid inputs (#287) 2022-09-08 17:14:11 -07:00
custom_op_str_attr_test.onnx Issue #279: Fix bug that causes TryGetAttribute<std::string> to fail for valid inputs (#287) 2022-09-08 17:14:11 -07:00
custom_op_string_join.onnx Add check for empty input in StringJoin operator and fix empty string input error in BlingFire sentence breaker. (#175) 2021-10-27 20:21:16 +08:00
custom_op_string_lower.onnx Add StringLower operator (#64) 2021-02-16 12:22:53 +01:00
custom_op_test.onnx Refactoring, split C++ custom operators into multiple files, add C++ unit test (#8) 2020-11-03 16:54:06 +01:00
default_sentence_break_model.bin Add TextToSentenceTokenizer (#113) 2021-06-24 14:29:16 +08:00
en.wiki.bpe.vs100000.model add sentencepiece pre-trained model test (#110) 2021-06-09 15:50:12 -07:00
exceptional_custom_op1.onnx Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled (#368) 2023-02-27 10:31:44 -08:00
exceptional_custom_op2.onnx Add ability to prevent exception propagation if building as part of ORT when ORT has exceptions disabled (#368) 2023-02-27 10:31:44 -08:00
gpt2.merges.txt Add Huggingface GPT2Tokenizer Support (#35) 2020-12-21 17:12:32 -08:00
gpt2.vocab Add Huggingface GPT2Tokenizer Support (#35) 2020-12-21 17:12:32 -08:00
hfbert.vocab support mobilebert_ppp (#354) 2023-02-27 18:53:37 +08:00
imagenet1000_clsidx_to_labels.txt initial checkins for onnxcompose (#185) 2021-11-22 21:02:39 -08:00
jfk.flac Adding down-sampling and stereo mixing features for AudioDecoder (#420) 2023-05-04 13:30:10 -07:00
mobilev2.onnx initial checkins for onnxcompose (#185) 2021-11-22 21:02:39 -08:00
pineapple.jpg initial checkins for onnxcompose (#185) 2021-11-22 21:02:39 -08:00
rwkv_vocab_v20230424.txt add more hf models into converter APIs (#562) 2023-09-18 14:38:32 -07:00
sentencepiece.bpe.model support mobilebert_ppp (#354) 2023-02-27 18:53:37 +08:00
string_mapping.txt Add new operator StringMapping (#148) 2021-09-14 09:13:08 +08:00
test.op.config support the operator list for build flags (#122) 2021-07-30 12:43:47 -07:00
test_bert_tokenizer.onnx Fix ::tolower error when locale is not 'C' (#174) 2021-10-20 20:59:29 -07:00
test_bert_tokenizer_decoder_with_indices.onnx add test (#180) 2021-11-01 10:08:09 +08:00
test_bert_tokenizer_decoder_without_indices.onnx add test (#180) 2021-11-01 10:08:09 +08:00
test_bert_tokenizer_scalar.onnx Fix ::tolower error when locale is not 'C' (#174) 2021-10-20 20:59:29 -07:00
test_colors.jpg OpenCV Image Decoder & SuperResolution CustomOps 2022-09-30 12:08:38 -07:00
test_hf_bert_tokenizer_optional_output.onnx Make `token_type_ids` optional output for HFBertTokenizer op (#583) 2023-11-09 18:38:50 -08:00
test_masked_fill.onnx Add MaskedFill (#182) 2021-11-04 09:29:17 +08:00
test_regex_split_with_offsets.onnx add a native unit test for regex_split op (#166) 2021-10-06 15:58:46 -07:00
test_segment_extraction.onnx Add native test for bert tokenizer (#173) 2021-10-19 11:09:38 -07:00
test_sentencepiece_ops_model__6.txt Implement custom operators for sentancepiece (#41) 2021-01-27 23:55:50 +01:00
test_string_ecmaregex_replace.onnx Add test for StringECMARegexReplace (#176) 2021-10-26 10:28:06 +08:00
test_string_ecmaregex_replace_ignore_case_and_except_global_replace.onnx Add test for StringECMARegexReplace (#176) 2021-10-26 10:28:06 +08:00
test_string_mapping.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
test_string_to_vector.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
test_string_to_vector_scalar.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
test_vector_to_string_scalar_input.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
test_vector_to_string_scalar_map.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
test_vector_to_string_vector_map.onnx Add tests for mapping-related operators (#179) 2021-10-29 09:00:06 +08:00
wolves_with_box_crop.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_more_box_than_colors.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_more_box_than_colors_score.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_off_boundary_box.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_overlapping.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_pad.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_box_share_borders.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_fastestDet.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00
wolves_with_solid_box.jpg switch cmake cmp0169 flag to new (#762) 2024-07-15 23:28:49 -07:00