text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: ppdet/modeling/proposal_generator/__init__.py from . import rpn_head from . import embedding_rpn_head from .rpn_head import * from .embedding_rpn_head import *
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/__init__.py", "license": "apache-2.0", "size": 115}
### File: ppdet/modeling/proposal_generator/anchor_generator.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/anchor_generator.py", "license": "apache-2.0", "size": 9851}
### File: ppdet/modeling/proposal_generator/embedding_rpn_head.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/embedding_rpn_head.py", "license": "apache-2.0", "size": 2300}
### File: ppdet/modeling/proposal_generator/proposal_generator.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # htt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/proposal_generator.py", "license": "apache-2.0", "size": 3162}
### File: ppdet/modeling/proposal_generator/rpn_head.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/rpn_head.py", "license": "apache-2.0", "size": 12365}
### File: ppdet/modeling/proposal_generator/target.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apac...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/target.py", "license": "apache-2.0", "size": 27488}
### File: ppdet/modeling/proposal_generator/target_layer.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/proposal_generator/target_layer.py", "license": "apache-2.0", "size": 17982}
### File: ppdet/modeling/rbox_utils.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/rbox_utils.py", "license": "apache-2.0", "size": 9492}
### File: ppdet/modeling/reid/__init__.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/__init__.py", "license": "apache-2.0", "size": 1025}
### File: ppdet/modeling/reid/fairmot_embedding_head.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/fairmot_embedding_head.py", "license": "apache-2.0", "size": 9076}
### File: ppdet/modeling/reid/jde_embedding_head.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/jde_embedding_head.py", "license": "apache-2.0", "size": 8335}
### File: ppdet/modeling/reid/pplcnet_embedding.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http:...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/pplcnet_embedding.py", "license": "apache-2.0", "size": 8840}
### File: ppdet/modeling/reid/pyramidal_embedding.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # htt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/pyramidal_embedding.py", "license": "apache-2.0", "size": 5813}
### File: ppdet/modeling/reid/resnet.py # copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LI...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/resnet.py", "license": "apache-2.0", "size": 10627}
### File: ppdet/modeling/reid/resnet_embedding.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http:/...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/reid/resnet_embedding.py", "license": "apache-2.0", "size": 1581}
### File: ppdet/modeling/shape_spec.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/shape_spec.py", "license": "apache-2.0", "size": 1093}
### File: ppdet/modeling/ssod/__init__.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/ssod/__init__.py", "license": "apache-2.0", "size": 727}
### File: ppdet/modeling/ssod/losses.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/ssod/losses.py", "license": "apache-2.0", "size": 8707}
### File: ppdet/modeling/ssod/utils.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/ssod/utils.py", "license": "apache-2.0", "size": 3700}
### File: ppdet/modeling/tests/__init__.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/tests/__init__.py", "license": "apache-2.0", "size": 612}
### File: ppdet/modeling/transformers/__init__.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/__init__.py", "license": "apache-2.0", "size": 1272}
### File: ppdet/modeling/transformers/deformable_transformer.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/deformable_transformer.py", "license": "apache-2.0", "size": 20997}
### File: ppdet/modeling/transformers/detr_transformer.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.ap...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/detr_transformer.py", "license": "apache-2.0", "size": 13275}
### File: ppdet/modeling/transformers/dino_transformer.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.ap...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/dino_transformer.py", "license": "apache-2.0", "size": 21969}
### File: ppdet/modeling/transformers/ext_op/ms_deformable_attn_op.cc /* Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "C++", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/ext_op/ms_deformable_attn_op.cc", "license": "apache-2.0", "size": 3057}
### File: ppdet/modeling/transformers/ext_op/ms_deformable_attn_op.cu /* Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Cuda", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/ext_op/ms_deformable_attn_op.cu", "license": "apache-2.0", "size": 47270}
### File: ppdet/modeling/transformers/ext_op/setup_ms_deformable_attn_op.py from paddle.utils.cpp_extension import CUDAExtension, setup if __name__ == "__main__": setup( name='deformable_detr_ops', ext_modules=CUDAExtension( sources=['ms_deformable_attn_op.cc', 'ms_deformable_attn_op.cu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/ext_op/setup_ms_deformable_attn_op.py", "license": "apache-2.0", "size": 249}
### File: ppdet/modeling/transformers/group_detr_transformer.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/group_detr_transformer.py", "license": "apache-2.0", "size": 35996}
### File: ppdet/modeling/transformers/hybrid_encoder.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apac...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/hybrid_encoder.py", "license": "apache-2.0", "size": 11414}
### File: ppdet/modeling/transformers/mask_dino_transformer.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://w...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/mask_dino_transformer.py", "license": "apache-2.0", "size": 22517}
### File: ppdet/modeling/transformers/matchers.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/matchers.py", "license": "apache-2.0", "size": 7527}
### File: ppdet/modeling/transformers/petr_transformer.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.ap...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/petr_transformer.py", "license": "apache-2.0", "size": 48862}
### File: ppdet/modeling/transformers/position_encoding.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/position_encoding.py", "license": "apache-2.0", "size": 3656}
### File: ppdet/modeling/transformers/rtdetr_transformer.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/rtdetr_transformer.py", "license": "apache-2.0", "size": 22946}
### File: ppdet/modeling/transformers/utils.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/modeling/transformers/utils.py", "license": "apache-2.0", "size": 16283}
### File: ppdet/optimizer/__init__.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LI...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/optimizer/__init__.py", "license": "apache-2.0", "size": 698}
### File: ppdet/optimizer/adamw.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICEN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/optimizer/adamw.py", "license": "apache-2.0", "size": 11590}
### File: ppdet/optimizer/ema.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/optimizer/ema.py", "license": "apache-2.0", "size": 7144}
### File: ppdet/optimizer/optimizer.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/optimizer/optimizer.py", "license": "apache-2.0", "size": 12413}
### File: ppdet/optimizer/utils.py # Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICEN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/optimizer/utils.py", "license": "apache-2.0", "size": 1335}
### File: ppdet/slim/__init__.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/__init__.py", "license": "apache-2.0", "size": 4021}
### File: ppdet/slim/distill_loss.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LIC...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/distill_loss.py", "license": "apache-2.0", "size": 36861}
### File: ppdet/slim/distill_model.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LI...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/distill_model.py", "license": "apache-2.0", "size": 14798}
### File: ppdet/slim/ofa.py from __future__ import absolute_import from __future__ import division from __future__ import print_function import paddle import paddle.nn as nn import paddle.nn.functional as F from ppdet.core.workspace import load_config, merge_config, create from ppdet.utils.checkpoint import load_weig...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/ofa.py", "license": "apache-2.0", "size": 2989}
### File: ppdet/slim/prune.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/prune.py", "license": "apache-2.0", "size": 5861}
### File: ppdet/slim/quant.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/quant.py", "license": "apache-2.0", "size": 2951}
### File: ppdet/slim/unstructured_prune.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/slim/unstructured_prune.py", "license": "apache-2.0", "size": 2364}
### File: ppdet/utils/__init__.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/__init__.py", "license": "apache-2.0", "size": 610}
### File: ppdet/utils/cam_utils.py import numpy as np import cv2 import os import sys import glob from ppdet.utils.logger import setup_logger import copy logger = setup_logger('ppdet_cam') import paddle from ppdet.engine import Trainer def get_test_images(infer_dir, infer_img): """ Get image path list in TES...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/cam_utils.py", "license": "apache-2.0", "size": 14656}
### File: ppdet/utils/check.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/check.py", "license": "apache-2.0", "size": 4800}
### File: ppdet/utils/checkpoint.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/checkpoint.py", "license": "apache-2.0", "size": 15409}
### File: ppdet/utils/cli.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/cli.py", "license": "apache-2.0", "size": 5811}
### File: ppdet/utils/colormap.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/colormap.py", "license": "apache-2.0", "size": 3020}
### File: ppdet/utils/compact.py import PIL def imagedraw_textsize_c(draw, text, font=None): if int(PIL.__version__.split('.')[0]) < 10: tw, th = draw.textsize(text, font=font) else: left, top, right, bottom = draw.textbbox((0, 0), text, font=font) tw, th = right - left, bottom - top ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/compact.py", "license": "apache-2.0", "size": 305}
### File: ppdet/utils/download.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/download.py", "license": "apache-2.0", "size": 19930}
### File: ppdet/utils/fuse_utils.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/fuse_utils.py", "license": "apache-2.0", "size": 6306}
### File: ppdet/utils/logger.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/logger.py", "license": "apache-2.0", "size": 2308}
### File: ppdet/utils/profiler.py # copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/profiler.py", "license": "apache-2.0", "size": 5274}
### File: ppdet/utils/stats.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/stats.py", "license": "apache-2.0", "size": 2649}
### File: ppdet/utils/visualizer.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/visualizer.py", "license": "apache-2.0", "size": 17018}
### File: ppdet/utils/voc_utils.py # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICEN...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "ppdet/utils/voc_utils.py", "license": "apache-2.0", "size": 2875}
### File: scripts/build_wheel.sh #!/usr/bin/env bash # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "scripts/build_wheel.sh", "license": "apache-2.0", "size": 4336}
### File: setup.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unles...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "setup.py", "license": "apache-2.0", "size": 4014}
### File: test_tipc/benchmark_train.sh #!/bin/bash source test_tipc/utils_func.sh # set env python=python export model_branch=`git symbolic-ref HEAD 2>/dev/null | cut -d"/" -f 3` export model_commit=$(git log|head -n1|awk '{print $2}') export str_tmp=$(echo `pip list|grep paddlepaddle-gpu|awk -F ' ' '{print $2}'`) exp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/benchmark_train.sh", "license": "apache-2.0", "size": 11003}
### File: test_tipc/prepare.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 # MODE be one of ['lite_train_lite_infer' 'lite_train_whole_infer' # 'whole_train_whole_infer', 'whole_infer', 'klquant_whole_infer', # 'cpp_infer', 'serving_infer', 'lite_infer', 'paddle2onnx_infer']...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/prepare.sh", "license": "apache-2.0", "size": 11935}
### File: test_tipc/test_inference_cpp.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="cpp_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet cpp_infer: ${model_name}" python=$(func_parser_value "${lines[2]}") ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_inference_cpp.sh", "license": "apache-2.0", "size": 9501}
### File: test_tipc/test_paddle2onnx.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="paddle2onnx_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet onnx_infer: ${model_name}" python=$(func_parser_value "${lines...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_paddle2onnx.sh", "license": "apache-2.0", "size": 6084}
### File: test_tipc/test_pipeline_infer_python.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="pipeline_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet pipeline_python_infer: ${model_name}" python=$(func_par...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_pipeline_infer_python.sh", "license": "apache-2.0", "size": 3191}
### File: test_tipc/test_ptq_inference_python.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="whole_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet ptq: ${model_name}" python=$(func_parser_value "${lines[2]}...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_ptq_inference_python.sh", "license": "apache-2.0", "size": 5404}
### File: test_tipc/test_serving_infer_cpp.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="serving_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet serving_cpp_infer: ${model_name}" python=$(func_parser_value...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_serving_infer_cpp.sh", "license": "apache-2.0", "size": 5640}
### File: test_tipc/test_serving_infer_python.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 MODE="serving_infer" # parser model_name dataline=$(cat ${FILENAME}) IFS=$'\n' lines=(${dataline}) model_name=$(func_parser_value "${lines[1]}") echo "ppdet serving_python_infer: ${model_name}" python=$(func_parser...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_serving_infer_python.sh", "license": "apache-2.0", "size": 5258}
### File: test_tipc/test_train_inference_python.sh #!/bin/bash source test_tipc/utils_func.sh FILENAME=$1 # MODE be one of ['lite_train_lite_infer' 'lite_train_whole_infer' # 'whole_train_whole_infer', 'whole_infer', 'klquant_whole_infer'] MODE=$2 # parse params dataline=$(cat ${FILENAME}) IFS=$'\n' l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_train_inference_python.sh", "license": "apache-2.0", "size": 18362}
### File: test_tipc/test_train_inference_python_npu.sh #!/bin/bash source test_tipc/utils_func.sh function readlinkf() { perl -MCwd -e 'print Cwd::abs_path shift' "$1"; } function func_parser_config() { strs=$1 IFS=" " array=(${strs}) tmp=${array[2]} echo ${tmp} } function func_parser_dir() { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_train_inference_python_npu.sh", "license": "apache-2.0", "size": 3427}
### File: test_tipc/test_train_inference_python_xpu.sh #!/bin/bash source test_tipc/utils_func.sh function readlinkf() { perl -MCwd -e 'print Cwd::abs_path shift' "$1"; } function func_parser_config() { strs=$1 IFS=" " array=(${strs}) tmp=${array[2]} echo ${tmp} } function func_pa...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/test_train_inference_python_xpu.sh", "license": "apache-2.0", "size": 2314}
### File: test_tipc/utils_func.sh #!/bin/bash function func_parser_key(){ strs=$1 echo ${strs%%:*} } function func_parser_value(){ strs=$1 echo ${strs#*:} } function func_set_params(){ key=$1 value=$2 if [ ${key}x = "null"x ];then echo " " elif [[ ${value} = "null" ]] || [[ ${...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Shell", "repo_name": "minhanghuang/PaddleDetection", "path": "test_tipc/utils_func.sh", "license": "apache-2.0", "size": 1322}
### File: tools/anchor_cluster.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENS...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/anchor_cluster.py", "license": "apache-2.0", "size": 8569}
### File: tools/box_distribution.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/box_distribution.py", "license": "apache-2.0", "size": 4371}
### File: tools/cam_ppdet.py from __future__ import absolute_import from __future__ import division from __future__ import print_function import os import sys # add python path of PaddleDetection to sys.path parent_path = os.path.abspath(os.path.join(__file__, *(['..'] * 2))) sys.path.insert(0, parent_path) # ignore ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/cam_ppdet.py", "license": "apache-2.0", "size": 3435}
### File: tools/eval.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/eval.py", "license": "apache-2.0", "size": 6029}
### File: tools/eval_mot.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/eval_mot.py", "license": "apache-2.0", "size": 4039}
### File: tools/export_model.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/export_model.py", "license": "apache-2.0", "size": 3775}
### File: tools/gen_semi_coco.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/gen_semi_coco.py", "license": "apache-2.0", "size": 3814}
### File: tools/infer.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/infer.py", "license": "apache-2.0", "size": 7191}
### File: tools/infer_culane.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/infer_culane.py", "license": "apache-2.0", "size": 4700}
### File: tools/infer_mot.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/infer_mot.py", "license": "apache-2.0", "size": 4493}
### File: tools/post_quant.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/post_quant.py", "license": "apache-2.0", "size": 2766}
### File: tools/slice_image.py # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/slice_image.py", "license": "apache-2.0", "size": 2021}
### File: tools/sniper_params_stats.py # Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/L...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/sniper_params_stats.py", "license": "apache-2.0", "size": 6417}
### File: tools/train.py # Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # #...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/train.py", "license": "apache-2.0", "size": 6400}
### File: tools/x2coco.py #!/usr/bin/env python # coding: utf-8 # Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/PaddleDetection", "path": "tools/x2coco.py", "license": "apache-2.0", "size": 20116}
### File: CMakeLists.txt # Minimum CMake required cmake_minimum_required(VERSION 3.1) include(cmake/Utils.cmake) # Set default build type if(NOT CMAKE_BUILD_TYPE) message(STATUS "Build type not set - defaulting to Release") set( CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "CMakeLists.txt", "license": "apache-2.0", "size": 27924}
### File: cmake/ONNXConfig.cmake.in # - Config file for the ONNX package # It defines the following variable(s) # ONNX_INCLUDE_DIRS - include directories for FooBar # as well as ONNX targets for other cmake libraries to use. # library version information set(ONNX_VERSION "@ONNX_VERSION@") # import targets inclu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "cmake/ONNXConfig.cmake.in", "license": "apache-2.0", "size": 923}
### File: cmake/ONNXConfigVersion.cmake.in set(PACKAGE_VERSION "@ONNX_VERSION@") # Check whether the requested PACKAGE_FIND_VERSION is compatible if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") set(PACKAGE_VERSION_COMPATIBLE FALSE) else() set(PACKAGE_VERSION_COMPATIBLE TRUE) if ("${PACKAGE_VERSIO...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "cmake/ONNXConfigVersion.cmake.in", "license": "apache-2.0", "size": 376}
### File: cmake/Utils.cmake # SPDX-License-Identifier: Apache-2.0 # # Add MSVC RunTime Flag function(add_msvc_runtime_flag lib) if(${ONNX_USE_MSVC_STATIC_RUNTIME}) target_compile_options(${lib} PRIVATE $<$<NOT:$<CONFIG:Debug>>:/MT> $<$<CONFIG:Debug>:/MTd>) else() target_compile_options(${lib} PRIVATE $<...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "cmake/Utils.cmake", "license": "apache-2.0", "size": 1368}
### File: cmake/summary.cmake # SPDX-License-Identifier: Apache-2.0 # Prints accumulated ONNX configuration summary function (onnx_print_configuration_summary) message(STATUS "") message(STATUS "******** Summary ********") message(STATUS " CMake version : ${CMAKE_VERSION}") message(STATUS ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "cmake/summary.cmake", "license": "apache-2.0", "size": 2613}
### File: cmake/unittest.cmake # SPDX-License-Identifier: Apache-2.0 set(UT_NAME ${PROJECT_NAME}_gtests) set(ONNX_ROOT ${PROJECT_SOURCE_DIR}) include(${ONNX_ROOT}/cmake/Utils.cmake) find_package(Threads) set(${UT_NAME}_libs ${googletest_STATIC_LIBRARIES}) list(APPEND ${UT_NAME}_libs onnx) list(APPEND ${UT_NAME}_li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CMake", "repo_name": "minhanghuang/onnx", "path": "cmake/unittest.cmake", "license": "apache-2.0", "size": 3262}
### File: docs/docsgen/Makefile # Copyright (c) Sphinx Project # # SPDX-License-Identifier: BSD-2-Clause # Minimal makefile for Sphinx documentation # # You can set these variables from the command line, and also # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build SOURCEDIR = ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Makefile", "repo_name": "minhanghuang/onnx", "path": "docs/docsgen/Makefile", "license": "apache-2.0", "size": 738}
### File: docs/docsgen/make.bat REM Copyright (c) Sphinx Project REM REM SPDX-License-Identifier: BSD-2-Clause @ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build %SPHINXBUILD% >NUL 2>NUL if errorlevel 90...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Batchfile", "repo_name": "minhanghuang/onnx", "path": "docs/docsgen/make.bat", "license": "apache-2.0", "size": 849}
### File: docs/docsgen/source/_static/css/custom.css @import "../basic.css"; html[data-theme="dark"] { --pst-color-text-base: #5c8fda; } .d2h-del { background-color: var(--pst-color-danger-highlight); color: var(--pst-color-text-base); } .d2h-ins { background-color: var(--pst-color-success); colo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "CSS", "repo_name": "minhanghuang/onnx", "path": "docs/docsgen/source/_static/css/custom.css", "license": "apache-2.0", "size": 676}
### File: docs/docsgen/source/conf.py # Copyright (c) ONNX Project Contributors # # SPDX-License-Identifier: Apache-2.0 # type: ignore import os import sys import warnings import onnx sys.path.append(os.path.abspath(os.path.dirname(__file__))) # -- Project information ---------------------------------------------...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Python", "repo_name": "minhanghuang/onnx", "path": "docs/docsgen/source/conf.py", "license": "apache-2.0", "size": 3098}