config_infer_primary_peoplenet.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ################################################################################
  2. # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
  3. #
  4. # Permission is hereby granted, free of charge, to any person obtaining a
  5. # copy of this software and associated documentation files (the "Software"),
  6. # to deal in the Software without restriction, including without limitation
  7. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. # and/or sell copies of the Software, and to permit persons to whom the
  9. # Software is furnished to do so, subject to the following conditions:
  10. #
  11. # The above copyright notice and this permission notice shall be included in
  12. # all copies or substantial portions of the Software.
  13. #
  14. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  19. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  20. # DEALINGS IN THE SOFTWARE.
  21. ################################################################################
  22. [property]
  23. gpu-id=0
  24. net-scale-factor=0.0039215697906911373
  25. tlt-model-key=tlt_encode
  26. tlt-encoded-model=peoplenet/resnet34_peoplenet_pruned.etlt
  27. labelfile-path=peoplenet/labels.txt
  28. model-engine-file=../resnet34_peoplenet_pruned.etlt_b1_gpu0_int8.engine
  29. int8-calib-file=resnet34_peoplenet_int8_update.txt
  30. input-dims=3;544;960;0
  31. uff-input-blob-name=input_1
  32. batch-size=1
  33. process-mode=1
  34. model-color-format=0
  35. ## 0=FP32, 1=INT8, 2=FP16 mode
  36. network-mode=1
  37. num-detected-classes=3
  38. cluster-mode=1
  39. interval=0
  40. gie-unique-id=1
  41. output-blob-names=output_bbox/BiasAdd;output_cov/Sigmoid
  42. [class-attrs-all]
  43. pre-cluster-threshold=0.4
  44. ## Set eps=0.7 and minBoxes for cluster-mode=1(DBSCAN)
  45. eps=0.7
  46. minBoxes=1
  47. [class-attrs-1]
  48. pre-cluster-threshold=1.4
  49. ## Set eps=0.7 and minBoxes for cluster-mode=1(DBSCAN)
  50. eps=0.7
  51. minBoxes=1
  52. [class-attrs-2]
  53. pre-cluster-threshold=1.4
  54. ## Set eps=0.7 and minBoxes for cluster-mode=1(DBSCAN)
  55. eps=0.7
  56. minBoxes=1