Bläddra i källkod

nothing

master
wangjin0928 1 år sedan
förälder
incheckning
bf75485ea0
62 ändrade filer med 11 tillägg och 0 borttagningar
  1. Binär
      __pycache__/AI.cpython-38.pyc
  2. +4
    -0
      forest2/labelnames.json
  3. +7
    -0
      forest2/para.json
  4. Binär
      forest2/yolov5.pt
  5. Binär
      forest2/yolov5_3090_fp16.engine
  6. Binär
      models/__pycache__/__init__.cpython-38.pyc
  7. Binär
      models/__pycache__/common.cpython-38.pyc
  8. Binär
      models/__pycache__/experimental.cpython-38.pyc
  9. Binär
      segutils/__pycache__/model_stages.cpython-38.pyc
  10. Binär
      segutils/__pycache__/segWaterBuilding.cpython-38.pyc
  11. Binär
      segutils/__pycache__/segmodel.cpython-38.pyc
  12. Binär
      segutils/__pycache__/stdcnet.cpython-38.pyc
  13. Binär
      segutils/__pycache__/trtUtils.cpython-38.pyc
  14. Binär
      segutils/core/__pycache__/__init__.cpython-38.pyc
  15. Binär
      segutils/core/data/__pycache__/__init__.cpython-38.pyc
  16. Binär
      segutils/core/models/__pycache__/__init__.cpython-38.pyc
  17. Binär
      segutils/core/models/__pycache__/bisenet.cpython-38.pyc
  18. Binär
      segutils/core/models/__pycache__/ccnet.cpython-38.pyc
  19. Binär
      segutils/core/models/__pycache__/cgnet.cpython-38.pyc
  20. Binär
      segutils/core/models/__pycache__/danet.cpython-38.pyc
  21. Binär
      segutils/core/models/__pycache__/deeplabv3.cpython-38.pyc
  22. Binär
      segutils/core/models/__pycache__/deeplabv3_plus.cpython-38.pyc
  23. Binär
      segutils/core/models/__pycache__/denseaspp.cpython-38.pyc
  24. Binär
      segutils/core/models/__pycache__/dfanet.cpython-38.pyc
  25. Binär
      segutils/core/models/__pycache__/dinknet.cpython-38.pyc
  26. Binär
      segutils/core/models/__pycache__/dunet.cpython-38.pyc
  27. Binär
      segutils/core/models/__pycache__/encnet.cpython-38.pyc
  28. Binär
      segutils/core/models/__pycache__/enet.cpython-38.pyc
  29. Binär
      segutils/core/models/__pycache__/espnet.cpython-38.pyc
  30. Binär
      segutils/core/models/__pycache__/fcn.cpython-38.pyc
  31. Binär
      segutils/core/models/__pycache__/fcnv2.cpython-38.pyc
  32. Binär
      segutils/core/models/__pycache__/icnet.cpython-38.pyc
  33. Binär
      segutils/core/models/__pycache__/lednet.cpython-38.pyc
  34. Binär
      segutils/core/models/__pycache__/model_zoo.cpython-38.pyc
  35. Binär
      segutils/core/models/__pycache__/ocnet.cpython-38.pyc
  36. Binär
      segutils/core/models/__pycache__/psanet.cpython-38.pyc
  37. Binär
      segutils/core/models/__pycache__/pspnet.cpython-38.pyc
  38. Binär
      segutils/core/models/__pycache__/segbase.cpython-38.pyc
  39. Binär
      segutils/core/models/base_models/__pycache__/__init__.cpython-38.pyc
  40. Binär
      segutils/core/models/base_models/__pycache__/densenet.cpython-38.pyc
  41. Binär
      segutils/core/models/base_models/__pycache__/eespnet.cpython-38.pyc
  42. Binär
      segutils/core/models/base_models/__pycache__/resnet.cpython-38.pyc
  43. Binär
      segutils/core/models/base_models/__pycache__/resnetv1b.cpython-38.pyc
  44. Binär
      segutils/core/models/base_models/__pycache__/vgg.cpython-38.pyc
  45. Binär
      segutils/core/models/base_models/__pycache__/xception.cpython-38.pyc
  46. Binär
      segutils/core/nn/__pycache__/__init__.cpython-38.pyc
  47. Binär
      segutils/core/nn/__pycache__/basic.cpython-38.pyc
  48. Binär
      segutils/core/nn/__pycache__/ca_block.cpython-38.pyc
  49. Binär
      segutils/core/nn/__pycache__/jpu.cpython-38.pyc
  50. Binär
      segutils/core/nn/__pycache__/psa_block.cpython-38.pyc
  51. Binär
      segutils/core/utils/__pycache__/__init__.cpython-38.pyc
  52. Binär
      segutils/core/utils/__pycache__/download.cpython-38.pyc
  53. Binär
      segutils/core/utils/__pycache__/filesystem.cpython-38.pyc
  54. Binär
      utils/__pycache__/__init__.cpython-38.pyc
  55. Binär
      utils/__pycache__/datasets.cpython-38.pyc
  56. Binär
      utils/__pycache__/general.cpython-38.pyc
  57. Binär
      utils/__pycache__/google_utils.cpython-38.pyc
  58. Binär
      utils/__pycache__/metrics.cpython-38.pyc
  59. Binär
      utils/__pycache__/plots.cpython-38.pyc
  60. Binär
      utils/__pycache__/torch_utils.cpython-38.pyc
  61. Binär
      utilsK/__pycache__/masterUtils.cpython-38.pyc
  62. Binär
      utilsK/__pycache__/queRiver.cpython-38.pyc

Binär
__pycache__/AI.cpython-38.pyc Visa fil


+ 4
- 0
forest2/labelnames.json Visa fil

@@ -0,0 +1,4 @@
{
"labelnames":["林斑","病死树","人","火焰","烟雾"],
"labelIndexs":["SL031","SL032","SL033","SL034","SL035"]
}

+ 7
- 0
forest2/para.json Visa fil

@@ -0,0 +1,7 @@
{


"post_process":{ "name":"post_process","conf_thres":0.25,"iou_thres":0.45,"classes":5,"rainbows":[ [0,0,255],[0,255,0],[255,0,0],[255,0,255],[255,255,0],[255,129,0],[255,0,127],[127,255,0],[0,255,127],[0,127,255],[127,0,255],[255,127,255],[255,255,127],[127,255,255],[0,255,255],[255,127,255],[127,255,255], [0,127,0],[0,0,127],[0,255,255]] }


}

Binär
forest2/yolov5.pt Visa fil


Binär
forest2/yolov5_3090_fp16.engine Visa fil


Binär
models/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
models/__pycache__/common.cpython-38.pyc Visa fil


Binär
models/__pycache__/experimental.cpython-38.pyc Visa fil


Binär
segutils/__pycache__/model_stages.cpython-38.pyc Visa fil


Binär
segutils/__pycache__/segWaterBuilding.cpython-38.pyc Visa fil


Binär
segutils/__pycache__/segmodel.cpython-38.pyc Visa fil


Binär
segutils/__pycache__/stdcnet.cpython-38.pyc Visa fil


Binär
segutils/__pycache__/trtUtils.cpython-38.pyc Visa fil


Binär
segutils/core/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/data/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/bisenet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/ccnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/cgnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/danet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/deeplabv3.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/deeplabv3_plus.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/denseaspp.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/dfanet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/dinknet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/dunet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/encnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/enet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/espnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/fcn.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/fcnv2.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/icnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/lednet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/model_zoo.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/ocnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/psanet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/pspnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/__pycache__/segbase.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/densenet.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/eespnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/resnet.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/resnetv1b.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/vgg.cpython-38.pyc Visa fil


Binär
segutils/core/models/base_models/__pycache__/xception.cpython-38.pyc Visa fil


Binär
segutils/core/nn/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/nn/__pycache__/basic.cpython-38.pyc Visa fil


Binär
segutils/core/nn/__pycache__/ca_block.cpython-38.pyc Visa fil


Binär
segutils/core/nn/__pycache__/jpu.cpython-38.pyc Visa fil


Binär
segutils/core/nn/__pycache__/psa_block.cpython-38.pyc Visa fil


Binär
segutils/core/utils/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
segutils/core/utils/__pycache__/download.cpython-38.pyc Visa fil


Binär
segutils/core/utils/__pycache__/filesystem.cpython-38.pyc Visa fil


Binär
utils/__pycache__/__init__.cpython-38.pyc Visa fil


Binär
utils/__pycache__/datasets.cpython-38.pyc Visa fil


Binär
utils/__pycache__/general.cpython-38.pyc Visa fil


Binär
utils/__pycache__/google_utils.cpython-38.pyc Visa fil


Binär
utils/__pycache__/metrics.cpython-38.pyc Visa fil


Binär
utils/__pycache__/plots.cpython-38.pyc Visa fil


Binär
utils/__pycache__/torch_utils.cpython-38.pyc Visa fil


Binär
utilsK/__pycache__/masterUtils.cpython-38.pyc Visa fil


Binär
utilsK/__pycache__/queRiver.cpython-38.pyc Visa fil


Laddar…
Avbryt
Spara