├── .idea ├── .gitignore ├── deployment.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── ultralytics-main.iml ├── .ipynb_checkpoints ├── MANIFEST-checkpoint.in ├── requirements-checkpoint.txt └── train_final-checkpoint.py ├── .pre-commit-config.yaml ├── CITATION.cff ├── CONTRIBUTING.md ├── LICENSE ├── MANIFEST.in ├── README.md ├── README.zh-CN.md ├── data ├── .ipynb_checkpoints │ └── data-checkpoint.yaml ├── NEU-DET │ ├── test │ │ ├── images │ │ │ ├── crazing_271.jpg │ │ │ ├── crazing_272.jpg │ │ │ ├── crazing_273.jpg │ │ │ ├── crazing_274.jpg │ │ │ ├── crazing_275.jpg │ │ │ ├── crazing_276.jpg │ │ │ ├── crazing_277.jpg │ │ │ ├── crazing_278.jpg │ │ │ ├── crazing_279.jpg │ │ │ ├── crazing_280.jpg │ │ │ ├── crazing_281.jpg │ │ │ ├── crazing_282.jpg │ │ │ ├── crazing_283.jpg │ │ │ ├── crazing_284.jpg │ │ │ ├── crazing_285.jpg │ │ │ ├── crazing_286.jpg │ │ │ ├── crazing_287.jpg │ │ │ ├── crazing_288.jpg │ │ │ ├── crazing_289.jpg │ │ │ ├── crazing_290.jpg │ │ │ ├── crazing_291.jpg │ │ │ ├── crazing_292.jpg │ │ │ ├── crazing_293.jpg │ │ │ ├── crazing_294.jpg │ │ │ ├── crazing_295.jpg │ │ │ ├── crazing_296.jpg │ │ │ ├── crazing_297.jpg │ │ │ ├── crazing_298.jpg │ │ │ ├── crazing_299.jpg │ │ │ ├── crazing_300.jpg │ │ │ ├── inclusion_271.jpg │ │ │ ├── inclusion_272.jpg │ │ │ ├── inclusion_273.jpg │ │ │ ├── inclusion_274.jpg │ │ │ ├── inclusion_275.jpg │ │ │ ├── inclusion_276.jpg │ │ │ ├── inclusion_277.jpg │ │ │ ├── inclusion_278.jpg │ │ │ ├── inclusion_279.jpg │ │ │ ├── inclusion_280.jpg │ │ │ ├── inclusion_281.jpg │ │ │ ├── inclusion_282.jpg │ │ │ ├── inclusion_283.jpg │ │ │ ├── inclusion_284.jpg │ │ │ ├── inclusion_285.jpg │ │ │ ├── inclusion_286.jpg │ │ │ ├── inclusion_287.jpg │ │ │ ├── inclusion_288.jpg │ │ │ ├── inclusion_289.jpg │ │ │ ├── inclusion_290.jpg │ │ │ ├── inclusion_291.jpg │ │ │ ├── inclusion_292.jpg │ │ │ ├── inclusion_293.jpg │ │ │ ├── inclusion_294.jpg │ │ │ ├── inclusion_295.jpg │ │ │ ├── inclusion_296.jpg │ │ │ ├── inclusion_297.jpg │ │ │ ├── inclusion_298.jpg │ │ │ ├── inclusion_299.jpg │ │ │ ├── inclusion_300.jpg │ │ │ ├── patches_271.jpg │ │ │ ├── patches_272.jpg │ │ │ ├── patches_273.jpg │ │ │ ├── patches_274.jpg │ │ │ ├── patches_275.jpg │ │ │ ├── patches_276.jpg │ │ │ ├── patches_277.jpg │ │ │ ├── patches_278.jpg │ │ │ ├── patches_279.jpg │ │ │ ├── patches_280.jpg │ │ │ ├── patches_281.jpg │ │ │ ├── patches_282.jpg │ │ │ ├── patches_283.jpg │ │ │ ├── patches_284.jpg │ │ │ ├── patches_285.jpg │ │ │ ├── patches_286.jpg │ │ │ ├── patches_287.jpg │ │ │ ├── patches_288.jpg │ │ │ ├── patches_289.jpg │ │ │ ├── patches_290.jpg │ │ │ ├── patches_291.jpg │ │ │ ├── patches_292.jpg │ │ │ ├── patches_293.jpg │ │ │ ├── patches_294.jpg │ │ │ ├── patches_295.jpg │ │ │ ├── patches_296.jpg │ │ │ ├── patches_297.jpg │ │ │ ├── patches_298.jpg │ │ │ ├── patches_299.jpg │ │ │ ├── patches_300.jpg │ │ │ ├── pitted_surface_271.jpg │ │ │ ├── pitted_surface_272.jpg │ │ │ ├── pitted_surface_273.jpg │ │ │ ├── pitted_surface_274.jpg │ │ │ ├── pitted_surface_275.jpg │ │ │ ├── pitted_surface_276.jpg │ │ │ ├── pitted_surface_277.jpg │ │ │ ├── pitted_surface_278.jpg │ │ │ ├── pitted_surface_279.jpg │ │ │ ├── pitted_surface_280.jpg │ │ │ ├── pitted_surface_281.jpg │ │ │ ├── pitted_surface_282.jpg │ │ │ ├── pitted_surface_283.jpg │ │ │ ├── pitted_surface_284.jpg │ │ │ ├── pitted_surface_285.jpg │ │ │ ├── pitted_surface_286.jpg │ │ │ ├── pitted_surface_287.jpg │ │ │ ├── pitted_surface_288.jpg │ │ │ ├── pitted_surface_289.jpg │ │ │ ├── pitted_surface_290.jpg │ │ │ ├── pitted_surface_291.jpg │ │ │ ├── pitted_surface_292.jpg │ │ │ ├── pitted_surface_293.jpg │ │ │ ├── pitted_surface_294.jpg │ │ │ ├── pitted_surface_295.jpg │ │ │ ├── pitted_surface_296.jpg │ │ │ ├── pitted_surface_297.jpg │ │ │ ├── pitted_surface_298.jpg │ │ │ ├── pitted_surface_299.jpg │ │ │ ├── pitted_surface_300.jpg │ │ │ ├── rolled-in_scale_271.jpg │ │ │ ├── rolled-in_scale_272.jpg │ │ │ ├── rolled-in_scale_273.jpg │ │ │ ├── rolled-in_scale_274.jpg │ │ │ ├── rolled-in_scale_275.jpg │ │ │ ├── rolled-in_scale_276.jpg │ │ │ ├── rolled-in_scale_277.jpg │ │ │ ├── rolled-in_scale_278.jpg │ │ │ ├── rolled-in_scale_279.jpg │ │ │ ├── rolled-in_scale_280.jpg │ │ │ ├── rolled-in_scale_281.jpg │ │ │ ├── rolled-in_scale_282.jpg │ │ │ ├── rolled-in_scale_283.jpg │ │ │ ├── rolled-in_scale_284.jpg │ │ │ ├── rolled-in_scale_285.jpg │ │ │ ├── rolled-in_scale_286.jpg │ │ │ ├── rolled-in_scale_287.jpg │ │ │ ├── rolled-in_scale_288.jpg │ │ │ ├── rolled-in_scale_289.jpg │ │ │ ├── rolled-in_scale_290.jpg │ │ │ ├── rolled-in_scale_291.jpg │ │ │ ├── rolled-in_scale_292.jpg │ │ │ ├── rolled-in_scale_293.jpg │ │ │ ├── rolled-in_scale_294.jpg │ │ │ ├── rolled-in_scale_295.jpg │ │ │ ├── rolled-in_scale_296.jpg │ │ │ ├── rolled-in_scale_297.jpg │ │ │ ├── rolled-in_scale_298.jpg │ │ │ ├── rolled-in_scale_299.jpg │ │ │ ├── rolled-in_scale_300.jpg │ │ │ ├── scratches_271.jpg │ │ │ ├── scratches_272.jpg │ │ │ ├── scratches_273.jpg │ │ │ ├── scratches_274.jpg │ │ │ ├── scratches_275.jpg │ │ │ ├── scratches_276.jpg │ │ │ ├── scratches_277.jpg │ │ │ ├── scratches_278.jpg │ │ │ ├── scratches_279.jpg │ │ │ ├── scratches_280.jpg │ │ │ ├── scratches_281.jpg │ │ │ ├── scratches_282.jpg │ │ │ ├── scratches_283.jpg │ │ │ ├── scratches_284.jpg │ │ │ ├── scratches_285.jpg │ │ │ ├── scratches_286.jpg │ │ │ ├── scratches_287.jpg │ │ │ ├── scratches_288.jpg │ │ │ ├── scratches_289.jpg │ │ │ ├── scratches_290.jpg │ │ │ ├── scratches_291.jpg │ │ │ ├── scratches_292.jpg │ │ │ ├── scratches_293.jpg │ │ │ ├── scratches_294.jpg │ │ │ ├── scratches_295.jpg │ │ │ ├── scratches_296.jpg │ │ │ ├── scratches_297.jpg │ │ │ ├── scratches_298.jpg │ │ │ ├── scratches_299.jpg │ │ │ └── scratches_300.jpg │ │ ├── labels.cache │ │ └── labels │ │ │ ├── crazing_271.txt │ │ │ ├── crazing_272.txt │ │ │ ├── crazing_273.txt │ │ │ ├── crazing_274.txt │ │ │ ├── crazing_275.txt │ │ │ ├── crazing_276.txt │ │ │ ├── crazing_277.txt │ │ │ ├── crazing_278.txt │ │ │ ├── crazing_279.txt │ │ │ ├── crazing_280.txt │ │ │ ├── crazing_281.txt │ │ │ ├── crazing_282.txt │ │ │ ├── crazing_283.txt │ │ │ ├── crazing_284.txt │ │ │ ├── crazing_285.txt │ │ │ ├── crazing_286.txt │ │ │ ├── crazing_287.txt │ │ │ ├── crazing_288.txt │ │ │ ├── crazing_289.txt │ │ │ ├── crazing_290.txt │ │ │ ├── crazing_291.txt │ │ │ ├── crazing_292.txt │ │ │ ├── crazing_293.txt │ │ │ ├── crazing_294.txt │ │ │ ├── crazing_295.txt │ │ │ ├── crazing_296.txt │ │ │ ├── crazing_297.txt │ │ │ ├── crazing_298.txt │ │ │ ├── crazing_299.txt │ │ │ ├── crazing_300.txt │ │ │ ├── inclusion_271.txt │ │ │ ├── inclusion_272.txt │ │ │ ├── inclusion_273.txt │ │ │ ├── inclusion_274.txt │ │ │ ├── inclusion_275.txt │ │ │ ├── inclusion_276.txt │ │ │ ├── inclusion_277.txt │ │ │ ├── inclusion_278.txt │ │ │ ├── inclusion_279.txt │ │ │ ├── inclusion_280.txt │ │ │ ├── inclusion_281.txt │ │ │ ├── inclusion_282.txt │ │ │ ├── inclusion_283.txt │ │ │ ├── inclusion_284.txt │ │ │ ├── inclusion_285.txt │ │ │ ├── inclusion_286.txt │ │ │ ├── inclusion_287.txt │ │ │ ├── inclusion_288.txt │ │ │ ├── inclusion_289.txt │ │ │ ├── inclusion_290.txt │ │ │ ├── inclusion_291.txt │ │ │ ├── inclusion_292.txt │ │ │ ├── inclusion_293.txt │ │ │ ├── inclusion_294.txt │ │ │ ├── inclusion_295.txt │ │ │ ├── inclusion_296.txt │ │ │ ├── inclusion_297.txt │ │ │ ├── inclusion_298.txt │ │ │ ├── inclusion_299.txt │ │ │ ├── inclusion_300.txt │ │ │ ├── patches_271.txt │ │ │ ├── patches_272.txt │ │ │ ├── patches_273.txt │ │ │ ├── patches_274.txt │ │ │ ├── patches_275.txt │ │ │ ├── patches_276.txt │ │ │ ├── patches_277.txt │ │ │ ├── patches_278.txt │ │ │ ├── patches_279.txt │ │ │ ├── patches_280.txt │ │ │ ├── patches_281.txt │ │ │ ├── patches_282.txt │ │ │ ├── patches_283.txt │ │ │ ├── patches_284.txt │ │ │ ├── patches_285.txt │ │ │ ├── patches_286.txt │ │ │ ├── patches_287.txt │ │ │ ├── patches_288.txt │ │ │ ├── patches_289.txt │ │ │ ├── patches_290.txt │ │ │ ├── patches_291.txt │ │ │ ├── patches_292.txt │ │ │ ├── patches_293.txt │ │ │ ├── patches_294.txt │ │ │ ├── patches_295.txt │ │ │ ├── patches_296.txt │ │ │ ├── patches_297.txt │ │ │ ├── patches_298.txt │ │ │ ├── patches_299.txt │ │ │ ├── patches_300.txt │ │ │ ├── pitted_surface_271.txt │ │ │ ├── pitted_surface_272.txt │ │ │ ├── pitted_surface_273.txt │ │ │ ├── pitted_surface_274.txt │ │ │ ├── pitted_surface_275.txt │ │ │ ├── pitted_surface_276.txt │ │ │ ├── pitted_surface_277.txt │ │ │ ├── pitted_surface_278.txt │ │ │ ├── pitted_surface_279.txt │ │ │ ├── pitted_surface_280.txt │ │ │ ├── pitted_surface_281.txt │ │ │ ├── pitted_surface_282.txt │ │ │ ├── pitted_surface_283.txt │ │ │ ├── pitted_surface_284.txt │ │ │ ├── pitted_surface_285.txt │ │ │ ├── pitted_surface_286.txt │ │ │ ├── pitted_surface_287.txt │ │ │ ├── pitted_surface_288.txt │ │ │ ├── pitted_surface_289.txt │ │ │ ├── pitted_surface_290.txt │ │ │ ├── pitted_surface_291.txt │ │ │ ├── pitted_surface_292.txt │ │ │ ├── pitted_surface_293.txt │ │ │ ├── pitted_surface_294.txt │ │ │ ├── pitted_surface_295.txt │ │ │ ├── pitted_surface_296.txt │ │ │ ├── pitted_surface_297.txt │ │ │ ├── pitted_surface_298.txt │ │ │ ├── pitted_surface_299.txt │ │ │ ├── pitted_surface_300.txt │ │ │ ├── rolled-in_scale_271.txt │ │ │ ├── rolled-in_scale_272.txt │ │ │ ├── rolled-in_scale_273.txt │ │ │ ├── rolled-in_scale_274.txt │ │ │ ├── rolled-in_scale_275.txt │ │ │ ├── rolled-in_scale_276.txt │ │ │ ├── rolled-in_scale_277.txt │ │ │ ├── rolled-in_scale_278.txt │ │ │ ├── rolled-in_scale_279.txt │ │ │ ├── rolled-in_scale_280.txt │ │ │ ├── rolled-in_scale_281.txt │ │ │ ├── rolled-in_scale_282.txt │ │ │ ├── rolled-in_scale_283.txt │ │ │ ├── rolled-in_scale_284.txt │ │ │ ├── rolled-in_scale_285.txt │ │ │ ├── rolled-in_scale_286.txt │ │ │ ├── rolled-in_scale_287.txt │ │ │ ├── rolled-in_scale_288.txt │ │ │ ├── rolled-in_scale_289.txt │ │ │ ├── rolled-in_scale_290.txt │ │ │ ├── rolled-in_scale_291.txt │ │ │ ├── rolled-in_scale_292.txt │ │ │ ├── rolled-in_scale_293.txt │ │ │ ├── rolled-in_scale_294.txt │ │ │ ├── rolled-in_scale_295.txt │ │ │ ├── rolled-in_scale_296.txt │ │ │ ├── rolled-in_scale_297.txt │ │ │ ├── rolled-in_scale_298.txt │ │ │ ├── rolled-in_scale_299.txt │ │ │ ├── rolled-in_scale_300.txt │ │ │ ├── scratches_271.txt │ │ │ ├── scratches_272.txt │ │ │ ├── scratches_273.txt │ │ │ ├── scratches_274.txt │ │ │ ├── scratches_275.txt │ │ │ ├── scratches_276.txt │ │ │ ├── scratches_277.txt │ │ │ ├── scratches_278.txt │ │ │ ├── scratches_279.txt │ │ │ ├── scratches_280.txt │ │ │ ├── scratches_281.txt │ │ │ ├── scratches_282.txt │ │ │ ├── scratches_283.txt │ │ │ ├── scratches_284.txt │ │ │ ├── scratches_285.txt │ │ │ ├── scratches_286.txt │ │ │ ├── scratches_287.txt │ │ │ ├── scratches_288.txt │ │ │ ├── scratches_289.txt │ │ │ ├── scratches_290.txt │ │ │ ├── scratches_291.txt │ │ │ ├── scratches_292.txt │ │ │ ├── scratches_293.txt │ │ │ ├── scratches_294.txt │ │ │ ├── scratches_295.txt │ │ │ ├── scratches_296.txt │ │ │ ├── scratches_297.txt │ │ │ ├── scratches_298.txt │ │ │ ├── scratches_299.txt │ │ │ └── scratches_300.txt │ └── train │ │ ├── images │ │ ├── crazing_1.jpg │ │ ├── crazing_10.jpg │ │ ├── crazing_100.jpg │ │ ├── crazing_101.jpg │ │ ├── crazing_102.jpg │ │ ├── crazing_103.jpg │ │ ├── crazing_104.jpg │ │ ├── crazing_105.jpg │ │ ├── crazing_106.jpg │ │ ├── crazing_107.jpg │ │ ├── crazing_108.jpg │ │ ├── crazing_109.jpg │ │ ├── crazing_11.jpg │ │ ├── crazing_110.jpg │ │ ├── crazing_111.jpg │ │ ├── crazing_112.jpg │ │ ├── crazing_113.jpg │ │ ├── crazing_114.jpg │ │ ├── crazing_115.jpg │ │ ├── crazing_116.jpg │ │ ├── crazing_117.jpg │ │ ├── crazing_118.jpg │ │ ├── crazing_119.jpg │ │ ├── crazing_12.jpg │ │ ├── crazing_120.jpg │ │ ├── crazing_121.jpg │ │ ├── crazing_122.jpg │ │ ├── crazing_123.jpg │ │ ├── crazing_124.jpg │ │ ├── crazing_125.jpg │ │ ├── crazing_126.jpg │ │ ├── crazing_127.jpg │ │ ├── crazing_128.jpg │ │ ├── crazing_129.jpg │ │ ├── crazing_13.jpg │ │ ├── crazing_130.jpg │ │ ├── crazing_131.jpg │ │ ├── crazing_132.jpg │ │ ├── crazing_133.jpg │ │ ├── crazing_134.jpg │ │ ├── crazing_135.jpg │ │ ├── crazing_136.jpg │ │ ├── crazing_137.jpg │ │ ├── crazing_138.jpg │ │ ├── crazing_139.jpg │ │ ├── crazing_14.jpg │ │ ├── crazing_140.jpg │ │ ├── crazing_141.jpg │ │ ├── crazing_142.jpg │ │ ├── crazing_143.jpg │ │ ├── crazing_144.jpg │ │ ├── crazing_145.jpg │ │ ├── crazing_146.jpg │ │ ├── crazing_147.jpg │ │ ├── crazing_148.jpg │ │ ├── crazing_149.jpg │ │ ├── crazing_15.jpg │ │ ├── crazing_150.jpg │ │ ├── crazing_151.jpg │ │ ├── crazing_152.jpg │ │ ├── crazing_153.jpg │ │ ├── crazing_154.jpg │ │ ├── crazing_155.jpg │ │ ├── crazing_156.jpg │ │ ├── crazing_157.jpg │ │ ├── crazing_158.jpg │ │ ├── crazing_159.jpg │ │ ├── crazing_16.jpg │ │ ├── crazing_160.jpg │ │ ├── crazing_161.jpg │ │ ├── crazing_162.jpg │ │ ├── crazing_163.jpg │ │ ├── crazing_164.jpg │ │ ├── crazing_165.jpg │ │ ├── crazing_166.jpg │ │ ├── crazing_167.jpg │ │ ├── crazing_168.jpg │ │ ├── crazing_169.jpg │ │ ├── crazing_17.jpg │ │ ├── crazing_170.jpg │ │ ├── crazing_171.jpg │ │ ├── crazing_172.jpg │ │ ├── crazing_173.jpg │ │ ├── crazing_174.jpg │ │ ├── crazing_175.jpg │ │ ├── crazing_176.jpg │ │ ├── crazing_177.jpg │ │ ├── crazing_178.jpg │ │ ├── crazing_179.jpg │ │ ├── crazing_18.jpg │ │ ├── crazing_180.jpg │ │ ├── crazing_181.jpg │ │ ├── crazing_182.jpg │ │ ├── crazing_183.jpg │ │ ├── crazing_184.jpg │ │ ├── crazing_185.jpg │ │ ├── crazing_186.jpg │ │ ├── crazing_187.jpg │ │ ├── crazing_188.jpg │ │ ├── crazing_189.jpg │ │ ├── crazing_19.jpg │ │ ├── crazing_190.jpg │ │ ├── crazing_191.jpg │ │ ├── crazing_192.jpg │ │ ├── crazing_193.jpg │ │ ├── crazing_194.jpg │ │ ├── crazing_195.jpg │ │ ├── crazing_196.jpg │ │ ├── crazing_197.jpg │ │ ├── crazing_198.jpg │ │ ├── crazing_199.jpg │ │ ├── crazing_2.jpg │ │ ├── crazing_20.jpg │ │ ├── crazing_200.jpg │ │ ├── crazing_201.jpg │ │ ├── crazing_202.jpg │ │ ├── crazing_203.jpg │ │ ├── crazing_204.jpg │ │ ├── crazing_205.jpg │ │ ├── crazing_206.jpg │ │ ├── crazing_207.jpg │ │ ├── crazing_208.jpg │ │ ├── crazing_209.jpg │ │ ├── crazing_21.jpg │ │ ├── crazing_210.jpg │ │ ├── crazing_211.jpg │ │ ├── crazing_212.jpg │ │ ├── crazing_213.jpg │ │ ├── crazing_214.jpg │ │ ├── crazing_215.jpg │ │ ├── crazing_216.jpg │ │ ├── crazing_217.jpg │ │ ├── crazing_218.jpg │ │ ├── crazing_219.jpg │ │ ├── crazing_22.jpg │ │ ├── crazing_220.jpg │ │ ├── crazing_221.jpg │ │ ├── crazing_222.jpg │ │ ├── crazing_223.jpg │ │ ├── crazing_224.jpg │ │ ├── crazing_225.jpg │ │ ├── crazing_226.jpg │ │ ├── crazing_227.jpg │ │ ├── crazing_228.jpg │ │ ├── crazing_229.jpg │ │ ├── crazing_23.jpg │ │ ├── crazing_230.jpg │ │ ├── crazing_231.jpg │ │ ├── crazing_232.jpg │ │ ├── crazing_233.jpg │ │ ├── crazing_234.jpg │ │ ├── crazing_235.jpg │ │ ├── crazing_236.jpg │ │ ├── crazing_237.jpg │ │ ├── crazing_238.jpg │ │ ├── crazing_239.jpg │ │ ├── crazing_24.jpg │ │ ├── crazing_240.jpg │ │ ├── crazing_241.jpg │ │ ├── crazing_242.jpg │ │ ├── crazing_243.jpg │ │ ├── crazing_244.jpg │ │ ├── crazing_245.jpg │ │ ├── crazing_246.jpg │ │ ├── crazing_247.jpg │ │ ├── crazing_248.jpg │ │ ├── crazing_249.jpg │ │ ├── crazing_25.jpg │ │ ├── crazing_250.jpg │ │ ├── crazing_251.jpg │ │ ├── crazing_252.jpg │ │ ├── crazing_253.jpg │ │ ├── crazing_254.jpg │ │ ├── crazing_255.jpg │ │ ├── crazing_256.jpg │ │ ├── crazing_257.jpg │ │ ├── crazing_258.jpg │ │ ├── crazing_259.jpg │ │ ├── crazing_26.jpg │ │ ├── crazing_260.jpg │ │ ├── crazing_261.jpg │ │ ├── crazing_262.jpg │ │ ├── crazing_263.jpg │ │ ├── crazing_264.jpg │ │ ├── crazing_265.jpg │ │ ├── crazing_266.jpg │ │ ├── crazing_267.jpg │ │ ├── crazing_268.jpg │ │ ├── crazing_269.jpg │ │ ├── crazing_27.jpg │ │ ├── crazing_270.jpg │ │ ├── crazing_28.jpg │ │ ├── crazing_29.jpg │ │ ├── crazing_3.jpg │ │ ├── crazing_30.jpg │ │ ├── crazing_31.jpg │ │ ├── crazing_32.jpg │ │ ├── crazing_33.jpg │ │ ├── crazing_34.jpg │ │ ├── crazing_35.jpg │ │ ├── crazing_36.jpg │ │ ├── crazing_37.jpg │ │ ├── crazing_38.jpg │ │ ├── crazing_39.jpg │ │ ├── crazing_4.jpg │ │ ├── crazing_40.jpg │ │ ├── crazing_41.jpg │ │ ├── crazing_42.jpg │ │ ├── crazing_43.jpg │ │ ├── crazing_44.jpg │ │ ├── crazing_45.jpg │ │ ├── crazing_46.jpg │ │ ├── crazing_47.jpg │ │ ├── crazing_48.jpg │ │ ├── crazing_49.jpg │ │ ├── crazing_5.jpg │ │ ├── crazing_50.jpg │ │ ├── crazing_51.jpg │ │ ├── crazing_52.jpg │ │ ├── crazing_53.jpg │ │ ├── crazing_54.jpg │ │ ├── crazing_55.jpg │ │ ├── crazing_56.jpg │ │ ├── crazing_57.jpg │ │ ├── crazing_58.jpg │ │ ├── crazing_59.jpg │ │ ├── crazing_6.jpg │ │ ├── crazing_60.jpg │ │ ├── crazing_61.jpg │ │ ├── crazing_62.jpg │ │ ├── crazing_63.jpg │ │ ├── crazing_64.jpg │ │ ├── crazing_65.jpg │ │ ├── crazing_66.jpg │ │ ├── crazing_67.jpg │ │ ├── crazing_68.jpg │ │ ├── crazing_69.jpg │ │ ├── crazing_7.jpg │ │ ├── crazing_70.jpg │ │ ├── crazing_71.jpg │ │ ├── crazing_72.jpg │ │ ├── crazing_73.jpg │ │ ├── crazing_74.jpg │ │ ├── crazing_75.jpg │ │ ├── crazing_76.jpg │ │ ├── crazing_77.jpg │ │ ├── crazing_78.jpg │ │ ├── crazing_79.jpg │ │ ├── crazing_8.jpg │ │ ├── crazing_80.jpg │ │ ├── crazing_81.jpg │ │ ├── crazing_82.jpg │ │ ├── crazing_83.jpg │ │ ├── crazing_84.jpg │ │ ├── crazing_85.jpg │ │ ├── crazing_86.jpg │ │ ├── crazing_87.jpg │ │ ├── crazing_88.jpg │ │ ├── crazing_89.jpg │ │ ├── crazing_9.jpg │ │ ├── crazing_90.jpg │ │ ├── crazing_91.jpg │ │ ├── crazing_92.jpg │ │ ├── crazing_93.jpg │ │ ├── crazing_94.jpg │ │ ├── crazing_95.jpg │ │ ├── crazing_96.jpg │ │ ├── crazing_97.jpg │ │ ├── crazing_98.jpg │ │ ├── crazing_99.jpg │ │ ├── inclusion_1.jpg │ │ ├── inclusion_10.jpg │ │ ├── inclusion_100.jpg │ │ ├── inclusion_101.jpg │ │ ├── inclusion_102.jpg │ │ ├── inclusion_103.jpg │ │ ├── inclusion_104.jpg │ │ ├── inclusion_105.jpg │ │ ├── inclusion_106.jpg │ │ ├── inclusion_107.jpg │ │ ├── inclusion_108.jpg │ │ ├── inclusion_109.jpg │ │ ├── inclusion_11.jpg │ │ ├── inclusion_110.jpg │ │ ├── inclusion_111.jpg │ │ ├── inclusion_112.jpg │ │ ├── inclusion_113.jpg │ │ ├── inclusion_114.jpg │ │ ├── inclusion_115.jpg │ │ ├── inclusion_116.jpg │ │ ├── inclusion_117.jpg │ │ ├── inclusion_118.jpg │ │ ├── inclusion_119.jpg │ │ ├── inclusion_12.jpg │ │ ├── inclusion_120.jpg │ │ ├── inclusion_121.jpg │ │ ├── inclusion_122.jpg │ │ ├── inclusion_123.jpg │ │ ├── inclusion_124.jpg │ │ ├── inclusion_125.jpg │ │ ├── inclusion_126.jpg │ │ ├── inclusion_127.jpg │ │ ├── inclusion_128.jpg │ │ ├── inclusion_129.jpg │ │ ├── inclusion_13.jpg │ │ ├── inclusion_130.jpg │ │ ├── inclusion_131.jpg │ │ ├── inclusion_132.jpg │ │ ├── inclusion_133.jpg │ │ ├── inclusion_134.jpg │ │ ├── inclusion_135.jpg │ │ ├── inclusion_136.jpg │ │ ├── inclusion_137.jpg │ │ ├── inclusion_138.jpg │ │ ├── inclusion_139.jpg │ │ ├── inclusion_14.jpg │ │ ├── inclusion_140.jpg │ │ ├── inclusion_141.jpg │ │ ├── inclusion_142.jpg │ │ ├── inclusion_143.jpg │ │ ├── inclusion_144.jpg │ │ ├── inclusion_145.jpg │ │ ├── inclusion_146.jpg │ │ ├── inclusion_147.jpg │ │ ├── inclusion_148.jpg │ │ ├── inclusion_149.jpg │ │ ├── inclusion_15.jpg │ │ ├── inclusion_150.jpg │ │ ├── inclusion_151.jpg │ │ ├── inclusion_152.jpg │ │ ├── inclusion_153.jpg │ │ ├── inclusion_154.jpg │ │ ├── inclusion_155.jpg │ │ ├── inclusion_156.jpg │ │ ├── inclusion_157.jpg │ │ ├── inclusion_158.jpg │ │ ├── inclusion_159.jpg │ │ ├── inclusion_16.jpg │ │ ├── inclusion_160.jpg │ │ ├── inclusion_161.jpg │ │ ├── inclusion_162.jpg │ │ ├── inclusion_163.jpg │ │ ├── inclusion_164.jpg │ │ ├── inclusion_165.jpg │ │ ├── inclusion_166.jpg │ │ ├── inclusion_167.jpg │ │ ├── inclusion_168.jpg │ │ ├── inclusion_169.jpg │ │ ├── inclusion_17.jpg │ │ ├── inclusion_170.jpg │ │ ├── inclusion_171.jpg │ │ ├── inclusion_172.jpg │ │ ├── inclusion_173.jpg │ │ ├── inclusion_174.jpg │ │ ├── inclusion_175.jpg │ │ ├── inclusion_176.jpg │ │ ├── inclusion_177.jpg │ │ ├── inclusion_178.jpg │ │ ├── inclusion_179.jpg │ │ ├── inclusion_18.jpg │ │ ├── inclusion_180.jpg │ │ ├── inclusion_181.jpg │ │ ├── inclusion_182.jpg │ │ ├── inclusion_183.jpg │ │ ├── inclusion_184.jpg │ │ ├── inclusion_185.jpg │ │ ├── inclusion_186.jpg │ │ ├── inclusion_187.jpg │ │ ├── inclusion_188.jpg │ │ ├── inclusion_189.jpg │ │ ├── inclusion_19.jpg │ │ ├── inclusion_190.jpg │ │ ├── inclusion_191.jpg │ │ ├── inclusion_192.jpg │ │ ├── inclusion_193.jpg │ │ ├── inclusion_194.jpg │ │ ├── inclusion_195.jpg │ │ ├── inclusion_196.jpg │ │ ├── inclusion_197.jpg │ │ ├── inclusion_198.jpg │ │ ├── inclusion_199.jpg │ │ ├── inclusion_2.jpg │ │ ├── inclusion_20.jpg │ │ ├── inclusion_200.jpg │ │ ├── inclusion_201.jpg │ │ ├── inclusion_202.jpg │ │ ├── inclusion_203.jpg │ │ ├── inclusion_204.jpg │ │ ├── inclusion_205.jpg │ │ ├── inclusion_206.jpg │ │ ├── inclusion_207.jpg │ │ ├── inclusion_208.jpg │ │ ├── inclusion_209.jpg │ │ ├── inclusion_21.jpg │ │ ├── inclusion_210.jpg │ │ ├── inclusion_211.jpg │ │ ├── inclusion_212.jpg │ │ ├── inclusion_213.jpg │ │ ├── inclusion_214.jpg │ │ ├── inclusion_215.jpg │ │ ├── inclusion_216.jpg │ │ ├── inclusion_217.jpg │ │ ├── inclusion_218.jpg │ │ ├── inclusion_219.jpg │ │ ├── inclusion_22.jpg │ │ ├── inclusion_220.jpg │ │ ├── inclusion_221.jpg │ │ ├── inclusion_222.jpg │ │ ├── inclusion_223.jpg │ │ ├── inclusion_224.jpg │ │ ├── inclusion_225.jpg │ │ ├── inclusion_226.jpg │ │ ├── inclusion_227.jpg │ │ ├── inclusion_228.jpg │ │ ├── inclusion_229.jpg │ │ ├── inclusion_23.jpg │ │ ├── inclusion_230.jpg │ │ ├── inclusion_231.jpg │ │ ├── inclusion_232.jpg │ │ ├── inclusion_233.jpg │ │ ├── inclusion_234.jpg │ │ ├── inclusion_235.jpg │ │ ├── inclusion_236.jpg │ │ ├── inclusion_237.jpg │ │ ├── inclusion_238.jpg │ │ ├── inclusion_239.jpg │ │ ├── inclusion_24.jpg │ │ ├── inclusion_240.jpg │ │ ├── inclusion_241.jpg │ │ ├── inclusion_242.jpg │ │ ├── inclusion_243.jpg │ │ ├── inclusion_244.jpg │ │ ├── inclusion_245.jpg │ │ ├── inclusion_246.jpg │ │ ├── inclusion_247.jpg │ │ ├── inclusion_248.jpg │ │ ├── inclusion_249.jpg │ │ ├── inclusion_25.jpg │ │ ├── inclusion_250.jpg │ │ ├── inclusion_251.jpg │ │ ├── inclusion_252.jpg │ │ ├── inclusion_253.jpg │ │ ├── inclusion_254.jpg │ │ ├── inclusion_255.jpg │ │ ├── inclusion_256.jpg │ │ ├── inclusion_257.jpg │ │ ├── inclusion_258.jpg │ │ ├── inclusion_259.jpg │ │ ├── inclusion_26.jpg │ │ ├── inclusion_260.jpg │ │ ├── inclusion_261.jpg │ │ ├── inclusion_262.jpg │ │ ├── inclusion_263.jpg │ │ ├── inclusion_264.jpg │ │ ├── inclusion_265.jpg │ │ ├── inclusion_266.jpg │ │ ├── inclusion_267.jpg │ │ ├── inclusion_268.jpg │ │ ├── inclusion_269.jpg │ │ ├── inclusion_27.jpg │ │ ├── inclusion_270.jpg │ │ ├── inclusion_28.jpg │ │ ├── inclusion_29.jpg │ │ ├── inclusion_3.jpg │ │ ├── inclusion_30.jpg │ │ ├── inclusion_31.jpg │ │ ├── inclusion_32.jpg │ │ ├── inclusion_33.jpg │ │ ├── inclusion_34.jpg │ │ ├── inclusion_35.jpg │ │ ├── inclusion_36.jpg │ │ ├── inclusion_37.jpg │ │ ├── inclusion_38.jpg │ │ ├── inclusion_39.jpg │ │ ├── inclusion_4.jpg │ │ ├── inclusion_40.jpg │ │ ├── inclusion_41.jpg │ │ ├── inclusion_42.jpg │ │ ├── inclusion_43.jpg │ │ ├── inclusion_44.jpg │ │ ├── inclusion_45.jpg │ │ ├── inclusion_46.jpg │ │ ├── inclusion_47.jpg │ │ ├── inclusion_48.jpg │ │ ├── inclusion_49.jpg │ │ ├── inclusion_5.jpg │ │ ├── inclusion_50.jpg │ │ ├── inclusion_51.jpg │ │ ├── inclusion_52.jpg │ │ ├── inclusion_53.jpg │ │ ├── inclusion_54.jpg │ │ ├── inclusion_55.jpg │ │ ├── inclusion_56.jpg │ │ ├── inclusion_57.jpg │ │ ├── inclusion_58.jpg │ │ ├── inclusion_59.jpg │ │ ├── inclusion_6.jpg │ │ ├── inclusion_60.jpg │ │ ├── inclusion_61.jpg │ │ ├── inclusion_62.jpg │ │ ├── inclusion_63.jpg │ │ ├── inclusion_64.jpg │ │ ├── inclusion_65.jpg │ │ ├── inclusion_66.jpg │ │ ├── inclusion_67.jpg │ │ ├── inclusion_68.jpg │ │ ├── inclusion_69.jpg │ │ ├── inclusion_7.jpg │ │ ├── inclusion_70.jpg │ │ ├── inclusion_71.jpg │ │ ├── inclusion_72.jpg │ │ ├── inclusion_73.jpg │ │ ├── inclusion_74.jpg │ │ ├── inclusion_75.jpg │ │ ├── inclusion_76.jpg │ │ ├── inclusion_77.jpg │ │ ├── inclusion_78.jpg │ │ ├── inclusion_79.jpg │ │ ├── inclusion_8.jpg │ │ ├── inclusion_80.jpg │ │ ├── inclusion_81.jpg │ │ ├── inclusion_82.jpg │ │ ├── inclusion_83.jpg │ │ ├── inclusion_84.jpg │ │ ├── inclusion_85.jpg │ │ ├── inclusion_86.jpg │ │ ├── inclusion_87.jpg │ │ ├── inclusion_88.jpg │ │ ├── inclusion_89.jpg │ │ ├── inclusion_9.jpg │ │ ├── inclusion_90.jpg │ │ ├── inclusion_91.jpg │ │ ├── inclusion_92.jpg │ │ ├── inclusion_93.jpg │ │ ├── inclusion_94.jpg │ │ ├── inclusion_95.jpg │ │ ├── inclusion_96.jpg │ │ ├── inclusion_97.jpg │ │ ├── inclusion_98.jpg │ │ ├── inclusion_99.jpg │ │ ├── patches_1.jpg │ │ ├── patches_10.jpg │ │ ├── patches_100.jpg │ │ ├── patches_101.jpg │ │ ├── patches_102.jpg │ │ ├── patches_103.jpg │ │ ├── patches_104.jpg │ │ ├── patches_105.jpg │ │ ├── patches_106.jpg │ │ ├── patches_107.jpg │ │ ├── patches_108.jpg │ │ ├── patches_109.jpg │ │ ├── patches_11.jpg │ │ ├── patches_110.jpg │ │ ├── patches_111.jpg │ │ ├── patches_112.jpg │ │ ├── patches_113.jpg │ │ ├── patches_114.jpg │ │ ├── patches_115.jpg │ │ ├── patches_116.jpg │ │ ├── patches_117.jpg │ │ ├── patches_118.jpg │ │ ├── patches_119.jpg │ │ ├── patches_12.jpg │ │ ├── patches_120.jpg │ │ ├── patches_121.jpg │ │ ├── patches_122.jpg │ │ ├── patches_123.jpg │ │ ├── patches_124.jpg │ │ ├── patches_125.jpg │ │ ├── patches_126.jpg │ │ ├── patches_127.jpg │ │ ├── patches_128.jpg │ │ ├── patches_129.jpg │ │ ├── patches_13.jpg │ │ ├── patches_130.jpg │ │ ├── patches_131.jpg │ │ ├── patches_132.jpg │ │ ├── patches_133.jpg │ │ ├── patches_134.jpg │ │ ├── patches_135.jpg │ │ ├── patches_136.jpg │ │ ├── patches_137.jpg │ │ ├── patches_138.jpg │ │ ├── patches_139.jpg │ │ ├── patches_14.jpg │ │ ├── patches_140.jpg │ │ ├── patches_141.jpg │ │ ├── patches_142.jpg │ │ ├── patches_143.jpg │ │ ├── patches_144.jpg │ │ ├── patches_145.jpg │ │ ├── patches_146.jpg │ │ ├── patches_147.jpg │ │ ├── patches_148.jpg │ │ ├── patches_149.jpg │ │ ├── patches_15.jpg │ │ ├── patches_150.jpg │ │ ├── patches_151.jpg │ │ ├── patches_152.jpg │ │ ├── patches_153.jpg │ │ ├── patches_154.jpg │ │ ├── patches_155.jpg │ │ ├── patches_156.jpg │ │ ├── patches_157.jpg │ │ ├── patches_158.jpg │ │ ├── patches_159.jpg │ │ ├── patches_16.jpg │ │ ├── patches_160.jpg │ │ ├── patches_161.jpg │ │ ├── patches_162.jpg │ │ ├── patches_163.jpg │ │ ├── patches_164.jpg │ │ ├── patches_165.jpg │ │ ├── patches_166.jpg │ │ ├── patches_167.jpg │ │ ├── patches_168.jpg │ │ ├── patches_169.jpg │ │ ├── patches_17.jpg │ │ ├── patches_170.jpg │ │ ├── patches_171.jpg │ │ ├── patches_172.jpg │ │ ├── patches_173.jpg │ │ ├── patches_174.jpg │ │ ├── patches_175.jpg │ │ ├── patches_176.jpg │ │ ├── patches_177.jpg │ │ ├── patches_178.jpg │ │ ├── patches_179.jpg │ │ ├── patches_18.jpg │ │ ├── patches_180.jpg │ │ ├── patches_181.jpg │ │ ├── patches_182.jpg │ │ ├── patches_183.jpg │ │ ├── patches_184.jpg │ │ ├── patches_185.jpg │ │ ├── patches_186.jpg │ │ ├── patches_187.jpg │ │ ├── patches_188.jpg │ │ ├── patches_189.jpg │ │ ├── patches_19.jpg │ │ ├── patches_190.jpg │ │ ├── patches_191.jpg │ │ ├── patches_192.jpg │ │ ├── patches_193.jpg │ │ ├── patches_194.jpg │ │ ├── patches_195.jpg │ │ ├── patches_196.jpg │ │ ├── patches_197.jpg │ │ ├── patches_198.jpg │ │ ├── patches_199.jpg │ │ ├── patches_2.jpg │ │ ├── patches_20.jpg │ │ ├── patches_200.jpg │ │ ├── patches_201.jpg │ │ ├── patches_202.jpg │ │ ├── patches_203.jpg │ │ ├── patches_204.jpg │ │ ├── patches_205.jpg │ │ ├── patches_206.jpg │ │ ├── patches_207.jpg │ │ ├── patches_208.jpg │ │ ├── patches_209.jpg │ │ ├── patches_21.jpg │ │ ├── patches_210.jpg │ │ ├── patches_211.jpg │ │ ├── patches_212.jpg │ │ ├── patches_213.jpg │ │ ├── patches_214.jpg │ │ ├── patches_215.jpg │ │ ├── patches_216.jpg │ │ ├── patches_217.jpg │ │ ├── patches_218.jpg │ │ ├── patches_219.jpg │ │ ├── patches_22.jpg │ │ ├── patches_220.jpg │ │ ├── patches_221.jpg │ │ ├── patches_222.jpg │ │ ├── patches_223.jpg │ │ ├── patches_224.jpg │ │ ├── patches_225.jpg │ │ ├── patches_226.jpg │ │ ├── patches_227.jpg │ │ ├── patches_228.jpg │ │ ├── patches_229.jpg │ │ ├── patches_23.jpg │ │ ├── patches_230.jpg │ │ ├── patches_231.jpg │ │ ├── patches_232.jpg │ │ ├── patches_233.jpg │ │ ├── patches_234.jpg │ │ ├── patches_235.jpg │ │ ├── patches_236.jpg │ │ ├── patches_237.jpg │ │ ├── patches_238.jpg │ │ ├── patches_239.jpg │ │ ├── patches_24.jpg │ │ ├── patches_240.jpg │ │ ├── patches_241.jpg │ │ ├── patches_242.jpg │ │ ├── patches_243.jpg │ │ ├── patches_244.jpg │ │ ├── patches_245.jpg │ │ ├── patches_246.jpg │ │ ├── patches_247.jpg │ │ ├── patches_248.jpg │ │ ├── patches_249.jpg │ │ ├── patches_25.jpg │ │ ├── patches_250.jpg │ │ ├── patches_251.jpg │ │ ├── patches_252.jpg │ │ ├── patches_253.jpg │ │ ├── patches_254.jpg │ │ ├── patches_255.jpg │ │ ├── patches_256.jpg │ │ ├── patches_257.jpg │ │ ├── patches_258.jpg │ │ ├── patches_259.jpg │ │ ├── patches_26.jpg │ │ ├── patches_260.jpg │ │ ├── patches_261.jpg │ │ ├── patches_262.jpg │ │ ├── patches_263.jpg │ │ ├── patches_264.jpg │ │ ├── patches_265.jpg │ │ ├── patches_266.jpg │ │ ├── patches_267.jpg │ │ ├── patches_268.jpg │ │ ├── patches_269.jpg │ │ ├── patches_27.jpg │ │ ├── patches_270.jpg │ │ ├── patches_28.jpg │ │ ├── patches_29.jpg │ │ ├── patches_3.jpg │ │ ├── patches_30.jpg │ │ ├── patches_31.jpg │ │ ├── patches_32.jpg │ │ ├── patches_33.jpg │ │ ├── patches_34.jpg │ │ ├── patches_35.jpg │ │ ├── patches_36.jpg │ │ ├── patches_37.jpg │ │ ├── patches_38.jpg │ │ ├── patches_39.jpg │ │ ├── patches_4.jpg │ │ ├── patches_40.jpg │ │ ├── patches_41.jpg │ │ ├── patches_42.jpg │ │ ├── patches_43.jpg │ │ ├── patches_44.jpg │ │ ├── patches_45.jpg │ │ ├── patches_46.jpg │ │ ├── patches_47.jpg │ │ ├── patches_48.jpg │ │ ├── patches_49.jpg │ │ ├── patches_5.jpg │ │ ├── patches_50.jpg │ │ ├── patches_51.jpg │ │ ├── patches_52.jpg │ │ ├── patches_53.jpg │ │ ├── patches_54.jpg │ │ ├── patches_55.jpg │ │ ├── patches_56.jpg │ │ ├── patches_57.jpg │ │ ├── patches_58.jpg │ │ ├── patches_59.jpg │ │ ├── patches_6.jpg │ │ ├── patches_60.jpg │ │ ├── patches_61.jpg │ │ ├── patches_62.jpg │ │ ├── patches_63.jpg │ │ ├── patches_64.jpg │ │ ├── patches_65.jpg │ │ ├── patches_66.jpg │ │ ├── patches_67.jpg │ │ ├── patches_68.jpg │ │ ├── patches_69.jpg │ │ ├── patches_7.jpg │ │ ├── patches_70.jpg │ │ ├── patches_71.jpg │ │ ├── patches_72.jpg │ │ ├── patches_73.jpg │ │ ├── patches_74.jpg │ │ ├── patches_75.jpg │ │ ├── patches_76.jpg │ │ ├── patches_77.jpg │ │ ├── patches_78.jpg │ │ ├── patches_79.jpg │ │ ├── patches_8.jpg │ │ ├── patches_80.jpg │ │ ├── patches_81.jpg │ │ ├── patches_82.jpg │ │ ├── patches_83.jpg │ │ ├── patches_84.jpg │ │ ├── patches_85.jpg │ │ ├── patches_86.jpg │ │ ├── patches_87.jpg │ │ ├── patches_88.jpg │ │ ├── patches_89.jpg │ │ ├── patches_9.jpg │ │ ├── patches_90.jpg │ │ ├── patches_91.jpg │ │ ├── patches_92.jpg │ │ ├── patches_93.jpg │ │ ├── patches_94.jpg │ │ ├── patches_95.jpg │ │ ├── patches_96.jpg │ │ ├── patches_97.jpg │ │ ├── patches_98.jpg │ │ ├── patches_99.jpg │ │ ├── pitted_surface_1.jpg │ │ ├── pitted_surface_10.jpg │ │ ├── pitted_surface_100.jpg │ │ ├── pitted_surface_101.jpg │ │ ├── pitted_surface_102.jpg │ │ ├── pitted_surface_103.jpg │ │ ├── pitted_surface_104.jpg │ │ ├── pitted_surface_105.jpg │ │ ├── pitted_surface_106.jpg │ │ ├── pitted_surface_107.jpg │ │ ├── pitted_surface_108.jpg │ │ ├── pitted_surface_109.jpg │ │ ├── pitted_surface_11.jpg │ │ ├── pitted_surface_110.jpg │ │ ├── pitted_surface_111.jpg │ │ ├── pitted_surface_112.jpg │ │ ├── pitted_surface_113.jpg │ │ ├── pitted_surface_114.jpg │ │ ├── pitted_surface_115.jpg │ │ ├── pitted_surface_116.jpg │ │ ├── pitted_surface_117.jpg │ │ ├── pitted_surface_118.jpg │ │ ├── pitted_surface_119.jpg │ │ ├── pitted_surface_12.jpg │ │ ├── pitted_surface_120.jpg │ │ ├── pitted_surface_121.jpg │ │ ├── pitted_surface_122.jpg │ │ ├── pitted_surface_123.jpg │ │ ├── pitted_surface_124.jpg │ │ ├── pitted_surface_125.jpg │ │ ├── pitted_surface_126.jpg │ │ ├── pitted_surface_127.jpg │ │ ├── pitted_surface_128.jpg │ │ ├── pitted_surface_129.jpg │ │ ├── pitted_surface_13.jpg │ │ ├── pitted_surface_130.jpg │ │ ├── pitted_surface_131.jpg │ │ ├── pitted_surface_132.jpg │ │ ├── pitted_surface_133.jpg │ │ ├── pitted_surface_134.jpg │ │ ├── pitted_surface_135.jpg │ │ ├── pitted_surface_136.jpg │ │ ├── pitted_surface_137.jpg │ │ ├── pitted_surface_138.jpg │ │ ├── pitted_surface_139.jpg │ │ ├── pitted_surface_14.jpg │ │ ├── pitted_surface_140.jpg │ │ ├── pitted_surface_141.jpg │ │ ├── pitted_surface_142.jpg │ │ ├── pitted_surface_143.jpg │ │ ├── pitted_surface_144.jpg │ │ ├── pitted_surface_145.jpg │ │ ├── pitted_surface_146.jpg │ │ ├── pitted_surface_147.jpg │ │ ├── pitted_surface_148.jpg │ │ ├── pitted_surface_149.jpg │ │ ├── pitted_surface_15.jpg │ │ ├── pitted_surface_150.jpg │ │ ├── pitted_surface_151.jpg │ │ ├── pitted_surface_152.jpg │ │ ├── pitted_surface_153.jpg │ │ ├── pitted_surface_154.jpg │ │ ├── pitted_surface_155.jpg │ │ ├── pitted_surface_156.jpg │ │ ├── pitted_surface_157.jpg │ │ ├── pitted_surface_158.jpg │ │ ├── pitted_surface_159.jpg │ │ ├── pitted_surface_16.jpg │ │ ├── pitted_surface_160.jpg │ │ ├── pitted_surface_161.jpg │ │ ├── pitted_surface_162.jpg │ │ ├── pitted_surface_163.jpg │ │ ├── pitted_surface_164.jpg │ │ ├── pitted_surface_165.jpg │ │ ├── pitted_surface_166.jpg │ │ ├── pitted_surface_167.jpg │ │ ├── pitted_surface_168.jpg │ │ ├── pitted_surface_169.jpg │ │ ├── pitted_surface_17.jpg │ │ ├── pitted_surface_170.jpg │ │ ├── pitted_surface_171.jpg │ │ ├── pitted_surface_172.jpg │ │ ├── pitted_surface_173.jpg │ │ ├── pitted_surface_174.jpg │ │ ├── pitted_surface_175.jpg │ │ ├── pitted_surface_176.jpg │ │ ├── pitted_surface_177.jpg │ │ ├── pitted_surface_178.jpg │ │ ├── pitted_surface_179.jpg │ │ ├── pitted_surface_18.jpg │ │ ├── pitted_surface_180.jpg │ │ ├── pitted_surface_181.jpg │ │ ├── pitted_surface_182.jpg │ │ ├── pitted_surface_183.jpg │ │ ├── pitted_surface_184.jpg │ │ ├── pitted_surface_185.jpg │ │ ├── pitted_surface_186.jpg │ │ ├── pitted_surface_187.jpg │ │ ├── pitted_surface_188.jpg │ │ ├── pitted_surface_189.jpg │ │ ├── pitted_surface_19.jpg │ │ ├── pitted_surface_190.jpg │ │ ├── pitted_surface_191.jpg │ │ ├── pitted_surface_192.jpg │ │ ├── pitted_surface_193.jpg │ │ ├── pitted_surface_194.jpg │ │ ├── pitted_surface_195.jpg │ │ ├── pitted_surface_196.jpg │ │ ├── pitted_surface_197.jpg │ │ ├── pitted_surface_198.jpg │ │ ├── pitted_surface_199.jpg │ │ ├── pitted_surface_2.jpg │ │ ├── pitted_surface_20.jpg │ │ ├── pitted_surface_200.jpg │ │ ├── pitted_surface_201.jpg │ │ ├── pitted_surface_202.jpg │ │ ├── pitted_surface_203.jpg │ │ ├── pitted_surface_204.jpg │ │ ├── pitted_surface_205.jpg │ │ ├── pitted_surface_206.jpg │ │ ├── pitted_surface_207.jpg │ │ ├── pitted_surface_208.jpg │ │ ├── pitted_surface_209.jpg │ │ ├── pitted_surface_21.jpg │ │ ├── pitted_surface_210.jpg │ │ ├── pitted_surface_211.jpg │ │ ├── pitted_surface_212.jpg │ │ ├── pitted_surface_213.jpg │ │ ├── pitted_surface_214.jpg │ │ ├── pitted_surface_215.jpg │ │ ├── pitted_surface_216.jpg │ │ ├── pitted_surface_217.jpg │ │ ├── pitted_surface_218.jpg │ │ ├── pitted_surface_219.jpg │ │ ├── pitted_surface_22.jpg │ │ ├── pitted_surface_220.jpg │ │ ├── pitted_surface_221.jpg │ │ ├── pitted_surface_222.jpg │ │ ├── pitted_surface_223.jpg │ │ ├── pitted_surface_224.jpg │ │ ├── pitted_surface_225.jpg │ │ ├── pitted_surface_226.jpg │ │ ├── pitted_surface_227.jpg │ │ ├── pitted_surface_228.jpg │ │ ├── pitted_surface_229.jpg │ │ ├── pitted_surface_23.jpg │ │ ├── pitted_surface_230.jpg │ │ ├── pitted_surface_231.jpg │ │ ├── pitted_surface_232.jpg │ │ ├── pitted_surface_233.jpg │ │ ├── pitted_surface_234.jpg │ │ ├── pitted_surface_235.jpg │ │ ├── pitted_surface_236.jpg │ │ ├── pitted_surface_237.jpg │ │ ├── pitted_surface_238.jpg │ │ ├── pitted_surface_239.jpg │ │ ├── pitted_surface_24.jpg │ │ ├── pitted_surface_240.jpg │ │ ├── pitted_surface_241.jpg │ │ ├── pitted_surface_242.jpg │ │ ├── pitted_surface_243.jpg │ │ ├── pitted_surface_244.jpg │ │ ├── pitted_surface_245.jpg │ │ ├── pitted_surface_246.jpg │ │ ├── pitted_surface_247.jpg │ │ ├── pitted_surface_248.jpg │ │ ├── pitted_surface_249.jpg │ │ ├── pitted_surface_25.jpg │ │ ├── pitted_surface_250.jpg │ │ ├── pitted_surface_251.jpg │ │ ├── pitted_surface_252.jpg │ │ ├── pitted_surface_253.jpg │ │ ├── pitted_surface_254.jpg │ │ ├── pitted_surface_255.jpg │ │ ├── pitted_surface_256.jpg │ │ ├── pitted_surface_257.jpg │ │ ├── pitted_surface_258.jpg │ │ ├── pitted_surface_259.jpg │ │ ├── pitted_surface_26.jpg │ │ ├── pitted_surface_260.jpg │ │ ├── pitted_surface_261.jpg │ │ ├── pitted_surface_262.jpg │ │ ├── pitted_surface_263.jpg │ │ ├── pitted_surface_264.jpg │ │ ├── pitted_surface_265.jpg │ │ ├── pitted_surface_266.jpg │ │ ├── pitted_surface_267.jpg │ │ ├── pitted_surface_268.jpg │ │ ├── pitted_surface_269.jpg │ │ ├── pitted_surface_27.jpg │ │ ├── pitted_surface_270.jpg │ │ ├── pitted_surface_28.jpg │ │ ├── pitted_surface_29.jpg │ │ ├── pitted_surface_3.jpg │ │ ├── pitted_surface_30.jpg │ │ ├── pitted_surface_31.jpg │ │ ├── pitted_surface_32.jpg │ │ ├── pitted_surface_33.jpg │ │ ├── pitted_surface_34.jpg │ │ ├── pitted_surface_35.jpg │ │ ├── pitted_surface_36.jpg │ │ ├── pitted_surface_37.jpg │ │ ├── pitted_surface_38.jpg │ │ ├── pitted_surface_39.jpg │ │ ├── pitted_surface_4.jpg │ │ ├── pitted_surface_40.jpg │ │ ├── pitted_surface_41.jpg │ │ ├── pitted_surface_42.jpg │ │ ├── pitted_surface_43.jpg │ │ ├── pitted_surface_44.jpg │ │ ├── pitted_surface_45.jpg │ │ ├── pitted_surface_46.jpg │ │ ├── pitted_surface_47.jpg │ │ ├── pitted_surface_48.jpg │ │ ├── pitted_surface_49.jpg │ │ ├── pitted_surface_5.jpg │ │ ├── pitted_surface_50.jpg │ │ ├── pitted_surface_51.jpg │ │ ├── pitted_surface_52.jpg │ │ ├── pitted_surface_53.jpg │ │ ├── pitted_surface_54.jpg │ │ ├── pitted_surface_55.jpg │ │ ├── pitted_surface_56.jpg │ │ ├── pitted_surface_57.jpg │ │ ├── pitted_surface_58.jpg │ │ ├── pitted_surface_59.jpg │ │ ├── pitted_surface_6.jpg │ │ ├── pitted_surface_60.jpg │ │ ├── pitted_surface_61.jpg │ │ ├── pitted_surface_62.jpg │ │ ├── pitted_surface_63.jpg │ │ ├── pitted_surface_64.jpg │ │ ├── pitted_surface_65.jpg │ │ ├── pitted_surface_66.jpg │ │ ├── pitted_surface_67.jpg │ │ ├── pitted_surface_68.jpg │ │ ├── pitted_surface_69.jpg │ │ ├── pitted_surface_7.jpg │ │ ├── pitted_surface_70.jpg │ │ ├── pitted_surface_71.jpg │ │ ├── pitted_surface_72.jpg │ │ ├── pitted_surface_73.jpg │ │ ├── pitted_surface_74.jpg │ │ ├── pitted_surface_75.jpg │ │ ├── pitted_surface_76.jpg │ │ ├── pitted_surface_77.jpg │ │ ├── pitted_surface_78.jpg │ │ ├── pitted_surface_79.jpg │ │ ├── pitted_surface_8.jpg │ │ ├── pitted_surface_80.jpg │ │ ├── pitted_surface_81.jpg │ │ ├── pitted_surface_82.jpg │ │ ├── pitted_surface_83.jpg │ │ ├── pitted_surface_84.jpg │ │ ├── pitted_surface_85.jpg │ │ ├── pitted_surface_86.jpg │ │ ├── pitted_surface_87.jpg │ │ ├── pitted_surface_88.jpg │ │ ├── pitted_surface_89.jpg │ │ ├── pitted_surface_9.jpg │ │ ├── pitted_surface_90.jpg │ │ ├── pitted_surface_91.jpg │ │ ├── pitted_surface_92.jpg │ │ ├── pitted_surface_93.jpg │ │ ├── pitted_surface_94.jpg │ │ ├── pitted_surface_95.jpg │ │ ├── pitted_surface_96.jpg │ │ ├── pitted_surface_97.jpg │ │ ├── pitted_surface_98.jpg │ │ ├── pitted_surface_99.jpg │ │ ├── rolled-in_scale_1.jpg │ │ ├── rolled-in_scale_10.jpg │ │ ├── rolled-in_scale_100.jpg │ │ ├── rolled-in_scale_101.jpg │ │ ├── rolled-in_scale_102.jpg │ │ ├── rolled-in_scale_103.jpg │ │ ├── rolled-in_scale_104.jpg │ │ ├── rolled-in_scale_105.jpg │ │ ├── rolled-in_scale_106.jpg │ │ ├── rolled-in_scale_107.jpg │ │ ├── rolled-in_scale_108.jpg │ │ ├── rolled-in_scale_109.jpg │ │ ├── rolled-in_scale_11.jpg │ │ ├── rolled-in_scale_110.jpg │ │ ├── rolled-in_scale_111.jpg │ │ ├── rolled-in_scale_112.jpg │ │ ├── rolled-in_scale_113.jpg │ │ ├── rolled-in_scale_114.jpg │ │ ├── rolled-in_scale_115.jpg │ │ ├── rolled-in_scale_116.jpg │ │ ├── rolled-in_scale_117.jpg │ │ ├── rolled-in_scale_118.jpg │ │ ├── rolled-in_scale_119.jpg │ │ ├── rolled-in_scale_12.jpg │ │ ├── rolled-in_scale_120.jpg │ │ ├── rolled-in_scale_121.jpg │ │ ├── rolled-in_scale_122.jpg │ │ ├── rolled-in_scale_123.jpg │ │ ├── rolled-in_scale_124.jpg │ │ ├── rolled-in_scale_125.jpg │ │ ├── rolled-in_scale_126.jpg │ │ ├── rolled-in_scale_127.jpg │ │ ├── rolled-in_scale_128.jpg │ │ ├── rolled-in_scale_129.jpg │ │ ├── rolled-in_scale_13.jpg │ │ ├── rolled-in_scale_130.jpg │ │ ├── rolled-in_scale_131.jpg │ │ ├── rolled-in_scale_132.jpg │ │ ├── rolled-in_scale_133.jpg │ │ ├── rolled-in_scale_134.jpg │ │ ├── rolled-in_scale_135.jpg │ │ ├── rolled-in_scale_136.jpg │ │ ├── rolled-in_scale_137.jpg │ │ ├── rolled-in_scale_138.jpg │ │ ├── rolled-in_scale_139.jpg │ │ ├── rolled-in_scale_14.jpg │ │ ├── rolled-in_scale_140.jpg │ │ ├── rolled-in_scale_141.jpg │ │ ├── rolled-in_scale_142.jpg │ │ ├── rolled-in_scale_143.jpg │ │ ├── rolled-in_scale_144.jpg │ │ ├── rolled-in_scale_145.jpg │ │ ├── rolled-in_scale_146.jpg │ │ ├── rolled-in_scale_147.jpg │ │ ├── rolled-in_scale_148.jpg │ │ ├── rolled-in_scale_149.jpg │ │ ├── rolled-in_scale_15.jpg │ │ ├── rolled-in_scale_150.jpg │ │ ├── rolled-in_scale_151.jpg │ │ ├── rolled-in_scale_152.jpg │ │ ├── rolled-in_scale_153.jpg │ │ ├── rolled-in_scale_154.jpg │ │ ├── rolled-in_scale_155.jpg │ │ ├── rolled-in_scale_156.jpg │ │ ├── rolled-in_scale_157.jpg │ │ ├── rolled-in_scale_158.jpg │ │ ├── rolled-in_scale_159.jpg │ │ ├── rolled-in_scale_16.jpg │ │ ├── rolled-in_scale_160.jpg │ │ ├── rolled-in_scale_161.jpg │ │ ├── rolled-in_scale_162.jpg │ │ ├── rolled-in_scale_163.jpg │ │ ├── rolled-in_scale_164.jpg │ │ ├── rolled-in_scale_165.jpg │ │ ├── rolled-in_scale_166.jpg │ │ ├── rolled-in_scale_167.jpg │ │ ├── rolled-in_scale_168.jpg │ │ ├── rolled-in_scale_169.jpg │ │ ├── rolled-in_scale_17.jpg │ │ ├── rolled-in_scale_170.jpg │ │ ├── rolled-in_scale_171.jpg │ │ ├── rolled-in_scale_172.jpg │ │ ├── rolled-in_scale_173.jpg │ │ ├── rolled-in_scale_174.jpg │ │ ├── rolled-in_scale_175.jpg │ │ ├── rolled-in_scale_176.jpg │ │ ├── rolled-in_scale_177.jpg │ │ ├── rolled-in_scale_178.jpg │ │ ├── rolled-in_scale_179.jpg │ │ ├── rolled-in_scale_18.jpg │ │ ├── rolled-in_scale_180.jpg │ │ ├── rolled-in_scale_181.jpg │ │ ├── rolled-in_scale_182.jpg │ │ ├── rolled-in_scale_183.jpg │ │ ├── rolled-in_scale_184.jpg │ │ ├── rolled-in_scale_185.jpg │ │ ├── rolled-in_scale_186.jpg │ │ ├── rolled-in_scale_187.jpg │ │ ├── rolled-in_scale_188.jpg │ │ ├── rolled-in_scale_189.jpg │ │ ├── rolled-in_scale_19.jpg │ │ ├── rolled-in_scale_190.jpg │ │ ├── rolled-in_scale_191.jpg │ │ ├── rolled-in_scale_192.jpg │ │ ├── rolled-in_scale_193.jpg │ │ ├── rolled-in_scale_194.jpg │ │ ├── rolled-in_scale_195.jpg │ │ ├── rolled-in_scale_196.jpg │ │ ├── rolled-in_scale_197.jpg │ │ ├── rolled-in_scale_198.jpg │ │ ├── rolled-in_scale_199.jpg │ │ ├── rolled-in_scale_2.jpg │ │ ├── rolled-in_scale_20.jpg │ │ ├── rolled-in_scale_200.jpg │ │ ├── rolled-in_scale_201.jpg │ │ ├── rolled-in_scale_202.jpg │ │ ├── rolled-in_scale_203.jpg │ │ ├── rolled-in_scale_204.jpg │ │ ├── rolled-in_scale_205.jpg │ │ ├── rolled-in_scale_206.jpg │ │ ├── rolled-in_scale_207.jpg │ │ ├── rolled-in_scale_208.jpg │ │ ├── rolled-in_scale_209.jpg │ │ ├── rolled-in_scale_21.jpg │ │ ├── rolled-in_scale_210.jpg │ │ ├── rolled-in_scale_211.jpg │ │ ├── rolled-in_scale_212.jpg │ │ ├── rolled-in_scale_213.jpg │ │ ├── rolled-in_scale_214.jpg │ │ ├── rolled-in_scale_215.jpg │ │ ├── rolled-in_scale_216.jpg │ │ ├── rolled-in_scale_217.jpg │ │ ├── rolled-in_scale_218.jpg │ │ ├── rolled-in_scale_219.jpg │ │ ├── rolled-in_scale_22.jpg │ │ ├── rolled-in_scale_220.jpg │ │ ├── rolled-in_scale_221.jpg │ │ ├── rolled-in_scale_222.jpg │ │ ├── rolled-in_scale_223.jpg │ │ ├── rolled-in_scale_224.jpg │ │ ├── rolled-in_scale_225.jpg │ │ ├── rolled-in_scale_226.jpg │ │ ├── rolled-in_scale_227.jpg │ │ ├── rolled-in_scale_228.jpg │ │ ├── rolled-in_scale_229.jpg │ │ ├── rolled-in_scale_23.jpg │ │ ├── rolled-in_scale_230.jpg │ │ ├── rolled-in_scale_231.jpg │ │ ├── rolled-in_scale_232.jpg │ │ ├── rolled-in_scale_233.jpg │ │ ├── rolled-in_scale_234.jpg │ │ ├── rolled-in_scale_235.jpg │ │ ├── rolled-in_scale_236.jpg │ │ ├── rolled-in_scale_237.jpg │ │ ├── rolled-in_scale_238.jpg │ │ ├── rolled-in_scale_239.jpg │ │ ├── rolled-in_scale_24.jpg │ │ ├── rolled-in_scale_240.jpg │ │ ├── rolled-in_scale_241.jpg │ │ ├── rolled-in_scale_242.jpg │ │ ├── rolled-in_scale_243.jpg │ │ ├── rolled-in_scale_244.jpg │ │ ├── rolled-in_scale_245.jpg │ │ ├── rolled-in_scale_246.jpg │ │ ├── rolled-in_scale_247.jpg │ │ ├── rolled-in_scale_248.jpg │ │ ├── rolled-in_scale_249.jpg │ │ ├── rolled-in_scale_25.jpg │ │ ├── rolled-in_scale_250.jpg │ │ ├── rolled-in_scale_251.jpg │ │ ├── rolled-in_scale_252.jpg │ │ ├── rolled-in_scale_253.jpg │ │ ├── rolled-in_scale_254.jpg │ │ ├── rolled-in_scale_255.jpg │ │ ├── rolled-in_scale_256.jpg │ │ ├── rolled-in_scale_257.jpg │ │ ├── rolled-in_scale_258.jpg │ │ ├── rolled-in_scale_259.jpg │ │ ├── rolled-in_scale_26.jpg │ │ ├── rolled-in_scale_260.jpg │ │ ├── rolled-in_scale_261.jpg │ │ ├── rolled-in_scale_262.jpg │ │ ├── rolled-in_scale_263.jpg │ │ ├── rolled-in_scale_264.jpg │ │ ├── rolled-in_scale_265.jpg │ │ ├── rolled-in_scale_266.jpg │ │ ├── rolled-in_scale_267.jpg │ │ ├── rolled-in_scale_268.jpg │ │ ├── rolled-in_scale_269.jpg │ │ ├── rolled-in_scale_27.jpg │ │ ├── rolled-in_scale_270.jpg │ │ ├── rolled-in_scale_28.jpg │ │ ├── rolled-in_scale_29.jpg │ │ ├── rolled-in_scale_3.jpg │ │ ├── rolled-in_scale_30.jpg │ │ ├── rolled-in_scale_31.jpg │ │ ├── rolled-in_scale_32.jpg │ │ ├── rolled-in_scale_33.jpg │ │ ├── rolled-in_scale_34.jpg │ │ ├── rolled-in_scale_35.jpg │ │ ├── rolled-in_scale_36.jpg │ │ ├── rolled-in_scale_37.jpg │ │ ├── rolled-in_scale_38.jpg │ │ ├── rolled-in_scale_39.jpg │ │ ├── rolled-in_scale_4.jpg │ │ ├── rolled-in_scale_40.jpg │ │ ├── rolled-in_scale_41.jpg │ │ ├── rolled-in_scale_42.jpg │ │ ├── rolled-in_scale_43.jpg │ │ ├── rolled-in_scale_44.jpg │ │ ├── rolled-in_scale_45.jpg │ │ ├── rolled-in_scale_46.jpg │ │ ├── rolled-in_scale_47.jpg │ │ ├── rolled-in_scale_48.jpg │ │ ├── rolled-in_scale_49.jpg │ │ ├── rolled-in_scale_5.jpg │ │ ├── rolled-in_scale_50.jpg │ │ ├── rolled-in_scale_51.jpg │ │ ├── rolled-in_scale_52.jpg │ │ ├── rolled-in_scale_53.jpg │ │ ├── rolled-in_scale_54.jpg │ │ ├── rolled-in_scale_55.jpg │ │ ├── rolled-in_scale_56.jpg │ │ ├── rolled-in_scale_57.jpg │ │ ├── rolled-in_scale_58.jpg │ │ ├── rolled-in_scale_59.jpg │ │ ├── rolled-in_scale_6.jpg │ │ ├── rolled-in_scale_60.jpg │ │ ├── rolled-in_scale_61.jpg │ │ ├── rolled-in_scale_62.jpg │ │ ├── rolled-in_scale_63.jpg │ │ ├── rolled-in_scale_64.jpg │ │ ├── rolled-in_scale_65.jpg │ │ ├── rolled-in_scale_66.jpg │ │ ├── rolled-in_scale_67.jpg │ │ ├── rolled-in_scale_68.jpg │ │ ├── rolled-in_scale_69.jpg │ │ ├── rolled-in_scale_7.jpg │ │ ├── rolled-in_scale_70.jpg │ │ ├── rolled-in_scale_71.jpg │ │ ├── rolled-in_scale_72.jpg │ │ ├── rolled-in_scale_73.jpg │ │ ├── rolled-in_scale_74.jpg │ │ ├── rolled-in_scale_75.jpg │ │ ├── rolled-in_scale_76.jpg │ │ ├── rolled-in_scale_77.jpg │ │ ├── rolled-in_scale_78.jpg │ │ ├── rolled-in_scale_79.jpg │ │ ├── rolled-in_scale_8.jpg │ │ ├── rolled-in_scale_80.jpg │ │ ├── rolled-in_scale_81.jpg │ │ ├── rolled-in_scale_82.jpg │ │ ├── rolled-in_scale_83.jpg │ │ ├── rolled-in_scale_84.jpg │ │ ├── rolled-in_scale_85.jpg │ │ ├── rolled-in_scale_86.jpg │ │ ├── rolled-in_scale_87.jpg │ │ ├── rolled-in_scale_88.jpg │ │ ├── rolled-in_scale_89.jpg │ │ ├── rolled-in_scale_9.jpg │ │ ├── rolled-in_scale_90.jpg │ │ ├── rolled-in_scale_91.jpg │ │ ├── rolled-in_scale_92.jpg │ │ ├── rolled-in_scale_93.jpg │ │ ├── rolled-in_scale_94.jpg │ │ ├── rolled-in_scale_95.jpg │ │ ├── rolled-in_scale_96.jpg │ │ ├── rolled-in_scale_97.jpg │ │ ├── rolled-in_scale_98.jpg │ │ ├── rolled-in_scale_99.jpg │ │ ├── scratches_1.jpg │ │ ├── scratches_10.jpg │ │ ├── scratches_100.jpg │ │ ├── scratches_101.jpg │ │ ├── scratches_102.jpg │ │ ├── scratches_103.jpg │ │ ├── scratches_104.jpg │ │ ├── scratches_105.jpg │ │ ├── scratches_106.jpg │ │ ├── scratches_107.jpg │ │ ├── scratches_108.jpg │ │ ├── scratches_109.jpg │ │ ├── scratches_11.jpg │ │ ├── scratches_110.jpg │ │ ├── scratches_111.jpg │ │ ├── scratches_112.jpg │ │ ├── scratches_113.jpg │ │ ├── scratches_114.jpg │ │ ├── scratches_115.jpg │ │ ├── scratches_116.jpg │ │ ├── scratches_117.jpg │ │ ├── scratches_118.jpg │ │ ├── scratches_119.jpg │ │ ├── scratches_12.jpg │ │ ├── scratches_120.jpg │ │ ├── scratches_121.jpg │ │ ├── scratches_122.jpg │ │ ├── scratches_123.jpg │ │ ├── scratches_124.jpg │ │ ├── scratches_125.jpg │ │ ├── scratches_126.jpg │ │ ├── scratches_127.jpg │ │ ├── scratches_128.jpg │ │ ├── scratches_129.jpg │ │ ├── scratches_13.jpg │ │ ├── scratches_130.jpg │ │ ├── scratches_131.jpg │ │ ├── scratches_132.jpg │ │ ├── scratches_133.jpg │ │ ├── scratches_134.jpg │ │ ├── scratches_135.jpg │ │ ├── scratches_136.jpg │ │ ├── scratches_137.jpg │ │ ├── scratches_138.jpg │ │ ├── scratches_139.jpg │ │ ├── scratches_14.jpg │ │ ├── scratches_140.jpg │ │ ├── scratches_141.jpg │ │ ├── scratches_142.jpg │ │ ├── scratches_143.jpg │ │ ├── scratches_144.jpg │ │ ├── scratches_145.jpg │ │ ├── scratches_146.jpg │ │ ├── scratches_147.jpg │ │ ├── scratches_148.jpg │ │ ├── scratches_149.jpg │ │ ├── scratches_15.jpg │ │ ├── scratches_150.jpg │ │ ├── scratches_151.jpg │ │ ├── scratches_152.jpg │ │ ├── scratches_153.jpg │ │ ├── scratches_154.jpg │ │ ├── scratches_155.jpg │ │ ├── scratches_156.jpg │ │ ├── scratches_157.jpg │ │ ├── scratches_158.jpg │ │ ├── scratches_159.jpg │ │ ├── scratches_16.jpg │ │ ├── scratches_160.jpg │ │ ├── scratches_161.jpg │ │ ├── scratches_162.jpg │ │ ├── scratches_163.jpg │ │ ├── scratches_164.jpg │ │ ├── scratches_165.jpg │ │ ├── scratches_166.jpg │ │ ├── scratches_167.jpg │ │ ├── scratches_168.jpg │ │ ├── scratches_169.jpg │ │ ├── scratches_17.jpg │ │ ├── scratches_170.jpg │ │ ├── scratches_171.jpg │ │ ├── scratches_172.jpg │ │ ├── scratches_173.jpg │ │ ├── scratches_174.jpg │ │ ├── scratches_175.jpg │ │ ├── scratches_176.jpg │ │ ├── scratches_177.jpg │ │ ├── scratches_178.jpg │ │ ├── scratches_179.jpg │ │ ├── scratches_18.jpg │ │ ├── scratches_180.jpg │ │ ├── scratches_181.jpg │ │ ├── scratches_182.jpg │ │ ├── scratches_183.jpg │ │ ├── scratches_184.jpg │ │ ├── scratches_185.jpg │ │ ├── scratches_186.jpg │ │ ├── scratches_187.jpg │ │ ├── scratches_188.jpg │ │ ├── scratches_189.jpg │ │ ├── scratches_19.jpg │ │ ├── scratches_190.jpg │ │ ├── scratches_191.jpg │ │ ├── scratches_192.jpg │ │ ├── scratches_193.jpg │ │ ├── scratches_194.jpg │ │ ├── scratches_195.jpg │ │ ├── scratches_196.jpg │ │ ├── scratches_197.jpg │ │ ├── scratches_198.jpg │ │ ├── scratches_199.jpg │ │ ├── scratches_2.jpg │ │ ├── scratches_20.jpg │ │ ├── scratches_200.jpg │ │ ├── scratches_201.jpg │ │ ├── scratches_202.jpg │ │ ├── scratches_203.jpg │ │ ├── scratches_204.jpg │ │ ├── scratches_205.jpg │ │ ├── scratches_206.jpg │ │ ├── scratches_207.jpg │ │ ├── scratches_208.jpg │ │ ├── scratches_209.jpg │ │ ├── scratches_21.jpg │ │ ├── scratches_210.jpg │ │ ├── scratches_211.jpg │ │ ├── scratches_212.jpg │ │ ├── scratches_213.jpg │ │ ├── scratches_214.jpg │ │ ├── scratches_215.jpg │ │ ├── scratches_216.jpg │ │ ├── scratches_217.jpg │ │ ├── scratches_218.jpg │ │ ├── scratches_219.jpg │ │ ├── scratches_22.jpg │ │ ├── scratches_220.jpg │ │ ├── scratches_221.jpg │ │ ├── scratches_222.jpg │ │ ├── scratches_223.jpg │ │ ├── scratches_224.jpg │ │ ├── scratches_225.jpg │ │ ├── scratches_226.jpg │ │ ├── scratches_227.jpg │ │ ├── scratches_228.jpg │ │ ├── scratches_229.jpg │ │ ├── scratches_23.jpg │ │ ├── scratches_230.jpg │ │ ├── scratches_231.jpg │ │ ├── scratches_232.jpg │ │ ├── scratches_233.jpg │ │ ├── scratches_234.jpg │ │ ├── scratches_235.jpg │ │ ├── scratches_236.jpg │ │ ├── scratches_237.jpg │ │ ├── scratches_238.jpg │ │ ├── scratches_239.jpg │ │ ├── scratches_24.jpg │ │ ├── scratches_240.jpg │ │ ├── scratches_241.jpg │ │ ├── scratches_242.jpg │ │ ├── scratches_243.jpg │ │ ├── scratches_244.jpg │ │ ├── scratches_245.jpg │ │ ├── scratches_246.jpg │ │ ├── scratches_247.jpg │ │ ├── scratches_248.jpg │ │ ├── scratches_249.jpg │ │ ├── scratches_25.jpg │ │ ├── scratches_250.jpg │ │ ├── scratches_251.jpg │ │ ├── scratches_252.jpg │ │ ├── scratches_253.jpg │ │ ├── scratches_254.jpg │ │ ├── scratches_255.jpg │ │ ├── scratches_256.jpg │ │ ├── scratches_257.jpg │ │ ├── scratches_258.jpg │ │ ├── scratches_259.jpg │ │ ├── scratches_26.jpg │ │ ├── scratches_260.jpg │ │ ├── scratches_261.jpg │ │ ├── scratches_262.jpg │ │ ├── scratches_263.jpg │ │ ├── scratches_264.jpg │ │ ├── scratches_265.jpg │ │ ├── scratches_266.jpg │ │ ├── scratches_267.jpg │ │ ├── scratches_268.jpg │ │ ├── scratches_269.jpg │ │ ├── scratches_27.jpg │ │ ├── scratches_270.jpg │ │ ├── scratches_28.jpg │ │ ├── scratches_29.jpg │ │ ├── scratches_3.jpg │ │ ├── scratches_30.jpg │ │ ├── scratches_31.jpg │ │ ├── scratches_32.jpg │ │ ├── scratches_33.jpg │ │ ├── scratches_34.jpg │ │ ├── scratches_35.jpg │ │ ├── scratches_36.jpg │ │ ├── scratches_37.jpg │ │ ├── scratches_38.jpg │ │ ├── scratches_39.jpg │ │ ├── scratches_4.jpg │ │ ├── scratches_40.jpg │ │ ├── scratches_41.jpg │ │ ├── scratches_42.jpg │ │ ├── scratches_43.jpg │ │ ├── scratches_44.jpg │ │ ├── scratches_45.jpg │ │ ├── scratches_46.jpg │ │ ├── scratches_47.jpg │ │ ├── scratches_48.jpg │ │ ├── scratches_49.jpg │ │ ├── scratches_5.jpg │ │ ├── scratches_50.jpg │ │ ├── scratches_51.jpg │ │ ├── scratches_52.jpg │ │ ├── scratches_53.jpg │ │ ├── scratches_54.jpg │ │ ├── scratches_55.jpg │ │ ├── scratches_56.jpg │ │ ├── scratches_57.jpg │ │ ├── scratches_58.jpg │ │ ├── scratches_59.jpg │ │ ├── scratches_6.jpg │ │ ├── scratches_60.jpg │ │ ├── scratches_61.jpg │ │ ├── scratches_62.jpg │ │ ├── scratches_63.jpg │ │ ├── scratches_64.jpg │ │ ├── scratches_65.jpg │ │ ├── scratches_66.jpg │ │ ├── scratches_67.jpg │ │ ├── scratches_68.jpg │ │ ├── scratches_69.jpg │ │ ├── scratches_7.jpg │ │ ├── scratches_70.jpg │ │ ├── scratches_71.jpg │ │ ├── scratches_72.jpg │ │ ├── scratches_73.jpg │ │ ├── scratches_74.jpg │ │ ├── scratches_75.jpg │ │ ├── scratches_76.jpg │ │ ├── scratches_77.jpg │ │ ├── scratches_78.jpg │ │ ├── scratches_79.jpg │ │ ├── scratches_8.jpg │ │ ├── scratches_80.jpg │ │ ├── scratches_81.jpg │ │ ├── scratches_82.jpg │ │ ├── scratches_83.jpg │ │ ├── scratches_84.jpg │ │ ├── scratches_85.jpg │ │ ├── scratches_86.jpg │ │ ├── scratches_87.jpg │ │ ├── scratches_88.jpg │ │ ├── scratches_89.jpg │ │ ├── scratches_9.jpg │ │ ├── scratches_90.jpg │ │ ├── scratches_91.jpg │ │ ├── scratches_92.jpg │ │ ├── scratches_93.jpg │ │ ├── scratches_94.jpg │ │ ├── scratches_95.jpg │ │ ├── scratches_96.jpg │ │ ├── scratches_97.jpg │ │ ├── scratches_98.jpg │ │ └── scratches_99.jpg │ │ ├── labels.cache │ │ └── labels │ │ ├── crazing_1.txt │ │ ├── crazing_10.txt │ │ ├── crazing_100.txt │ │ ├── crazing_101.txt │ │ ├── crazing_102.txt │ │ ├── crazing_103.txt │ │ ├── crazing_104.txt │ │ ├── crazing_105.txt │ │ ├── crazing_106.txt │ │ ├── crazing_107.txt │ │ ├── crazing_108.txt │ │ ├── crazing_109.txt │ │ ├── crazing_11.txt │ │ ├── crazing_110.txt │ │ ├── crazing_111.txt │ │ ├── crazing_112.txt │ │ ├── crazing_113.txt │ │ ├── crazing_114.txt │ │ ├── crazing_115.txt │ │ ├── crazing_116.txt │ │ ├── crazing_117.txt │ │ ├── crazing_118.txt │ │ ├── crazing_119.txt │ │ ├── crazing_12.txt │ │ ├── crazing_120.txt │ │ ├── crazing_121.txt │ │ ├── crazing_122.txt │ │ ├── crazing_123.txt │ │ ├── crazing_124.txt │ │ ├── crazing_125.txt │ │ ├── crazing_126.txt │ │ ├── crazing_127.txt │ │ ├── crazing_128.txt │ │ ├── crazing_129.txt │ │ ├── crazing_13.txt │ │ ├── crazing_130.txt │ │ ├── crazing_131.txt │ │ ├── crazing_132.txt │ │ ├── crazing_133.txt │ │ ├── crazing_134.txt │ │ ├── crazing_135.txt │ │ ├── crazing_136.txt │ │ ├── crazing_137.txt │ │ ├── crazing_138.txt │ │ ├── crazing_139.txt │ │ ├── crazing_14.txt │ │ ├── crazing_140.txt │ │ ├── crazing_141.txt │ │ ├── crazing_142.txt │ │ ├── crazing_143.txt │ │ ├── crazing_144.txt │ │ ├── crazing_145.txt │ │ ├── crazing_146.txt │ │ ├── crazing_147.txt │ │ ├── crazing_148.txt │ │ ├── crazing_149.txt │ │ ├── crazing_15.txt │ │ ├── crazing_150.txt │ │ ├── crazing_151.txt │ │ ├── crazing_152.txt │ │ ├── crazing_153.txt │ │ ├── crazing_154.txt │ │ ├── crazing_155.txt │ │ ├── crazing_156.txt │ │ ├── crazing_157.txt │ │ ├── crazing_158.txt │ │ ├── crazing_159.txt │ │ ├── crazing_16.txt │ │ ├── crazing_160.txt │ │ ├── crazing_161.txt │ │ ├── crazing_162.txt │ │ ├── crazing_163.txt │ │ ├── crazing_164.txt │ │ ├── crazing_165.txt │ │ ├── crazing_166.txt │ │ ├── crazing_167.txt │ │ ├── crazing_168.txt │ │ ├── crazing_169.txt │ │ ├── crazing_17.txt │ │ ├── crazing_170.txt │ │ ├── crazing_171.txt │ │ ├── crazing_172.txt │ │ ├── crazing_173.txt │ │ ├── crazing_174.txt │ │ ├── crazing_175.txt │ │ ├── crazing_176.txt │ │ ├── crazing_177.txt │ │ ├── crazing_178.txt │ │ ├── crazing_179.txt │ │ ├── crazing_18.txt │ │ ├── crazing_180.txt │ │ ├── crazing_181.txt │ │ ├── crazing_182.txt │ │ ├── crazing_183.txt │ │ ├── crazing_184.txt │ │ ├── crazing_185.txt │ │ ├── crazing_186.txt │ │ ├── crazing_187.txt │ │ ├── crazing_188.txt │ │ ├── crazing_189.txt │ │ ├── crazing_19.txt │ │ ├── crazing_190.txt │ │ ├── crazing_191.txt │ │ ├── crazing_192.txt │ │ ├── crazing_193.txt │ │ ├── crazing_194.txt │ │ ├── crazing_195.txt │ │ ├── crazing_196.txt │ │ ├── crazing_197.txt │ │ ├── crazing_198.txt │ │ ├── crazing_199.txt │ │ ├── crazing_2.txt │ │ ├── crazing_20.txt │ │ ├── crazing_200.txt │ │ ├── crazing_201.txt │ │ ├── crazing_202.txt │ │ ├── crazing_203.txt │ │ ├── crazing_204.txt │ │ ├── crazing_205.txt │ │ ├── crazing_206.txt │ │ ├── crazing_207.txt │ │ ├── crazing_208.txt │ │ ├── crazing_209.txt │ │ ├── crazing_21.txt │ │ ├── crazing_210.txt │ │ ├── crazing_211.txt │ │ ├── crazing_212.txt │ │ ├── crazing_213.txt │ │ ├── crazing_214.txt │ │ ├── crazing_215.txt │ │ ├── crazing_216.txt │ │ ├── crazing_217.txt │ │ ├── crazing_218.txt │ │ ├── crazing_219.txt │ │ ├── crazing_22.txt │ │ ├── crazing_220.txt │ │ ├── crazing_221.txt │ │ ├── crazing_222.txt │ │ ├── crazing_223.txt │ │ ├── crazing_224.txt │ │ ├── crazing_225.txt │ │ ├── crazing_226.txt │ │ ├── crazing_227.txt │ │ ├── crazing_228.txt │ │ ├── crazing_229.txt │ │ ├── crazing_23.txt │ │ ├── crazing_230.txt │ │ ├── crazing_231.txt │ │ ├── crazing_232.txt │ │ ├── crazing_233.txt │ │ ├── crazing_234.txt │ │ ├── crazing_235.txt │ │ ├── crazing_236.txt │ │ ├── crazing_237.txt │ │ ├── crazing_238.txt │ │ ├── crazing_239.txt │ │ ├── crazing_24.txt │ │ ├── crazing_240.txt │ │ ├── crazing_241.txt │ │ ├── crazing_242.txt │ │ ├── crazing_243.txt │ │ ├── crazing_244.txt │ │ ├── crazing_245.txt │ │ ├── crazing_246.txt │ │ ├── crazing_247.txt │ │ ├── crazing_248.txt │ │ ├── crazing_249.txt │ │ ├── crazing_25.txt │ │ ├── crazing_250.txt │ │ ├── crazing_251.txt │ │ ├── crazing_252.txt │ │ ├── crazing_253.txt │ │ ├── crazing_254.txt │ │ ├── crazing_255.txt │ │ ├── crazing_256.txt │ │ ├── crazing_257.txt │ │ ├── crazing_258.txt │ │ ├── crazing_259.txt │ │ ├── crazing_26.txt │ │ ├── crazing_260.txt │ │ ├── crazing_261.txt │ │ ├── crazing_262.txt │ │ ├── crazing_263.txt │ │ ├── crazing_264.txt │ │ ├── crazing_265.txt │ │ ├── crazing_266.txt │ │ ├── crazing_267.txt │ │ ├── crazing_268.txt │ │ ├── crazing_269.txt │ │ ├── crazing_27.txt │ │ ├── crazing_270.txt │ │ ├── crazing_28.txt │ │ ├── crazing_29.txt │ │ ├── crazing_3.txt │ │ ├── crazing_30.txt │ │ ├── crazing_31.txt │ │ ├── crazing_32.txt │ │ ├── crazing_33.txt │ │ ├── crazing_34.txt │ │ ├── crazing_35.txt │ │ ├── crazing_36.txt │ │ ├── crazing_37.txt │ │ ├── crazing_38.txt │ │ ├── crazing_39.txt │ │ ├── crazing_4.txt │ │ ├── crazing_40.txt │ │ ├── crazing_41.txt │ │ ├── crazing_42.txt │ │ ├── crazing_43.txt │ │ ├── crazing_44.txt │ │ ├── crazing_45.txt │ │ ├── crazing_46.txt │ │ ├── crazing_47.txt │ │ ├── crazing_48.txt │ │ ├── crazing_49.txt │ │ ├── crazing_5.txt │ │ ├── crazing_50.txt │ │ ├── crazing_51.txt │ │ ├── crazing_52.txt │ │ ├── crazing_53.txt │ │ ├── crazing_54.txt │ │ ├── crazing_55.txt │ │ ├── crazing_56.txt │ │ ├── crazing_57.txt │ │ ├── crazing_58.txt │ │ ├── crazing_59.txt │ │ ├── crazing_6.txt │ │ ├── crazing_60.txt │ │ ├── crazing_61.txt │ │ ├── crazing_62.txt │ │ ├── crazing_63.txt │ │ ├── crazing_64.txt │ │ ├── crazing_65.txt │ │ ├── crazing_66.txt │ │ ├── crazing_67.txt │ │ ├── crazing_68.txt │ │ ├── crazing_69.txt │ │ ├── crazing_7.txt │ │ ├── crazing_70.txt │ │ ├── crazing_71.txt │ │ ├── crazing_72.txt │ │ ├── crazing_73.txt │ │ ├── crazing_74.txt │ │ ├── crazing_75.txt │ │ ├── crazing_76.txt │ │ ├── crazing_77.txt │ │ ├── crazing_78.txt │ │ ├── crazing_79.txt │ │ ├── crazing_8.txt │ │ ├── crazing_80.txt │ │ ├── crazing_81.txt │ │ ├── crazing_82.txt │ │ ├── crazing_83.txt │ │ ├── crazing_84.txt │ │ ├── crazing_85.txt │ │ ├── crazing_86.txt │ │ ├── crazing_87.txt │ │ ├── crazing_88.txt │ │ ├── crazing_89.txt │ │ ├── crazing_9.txt │ │ ├── crazing_90.txt │ │ ├── crazing_91.txt │ │ ├── crazing_92.txt │ │ ├── crazing_93.txt │ │ ├── crazing_94.txt │ │ ├── crazing_95.txt │ │ ├── crazing_96.txt │ │ ├── crazing_97.txt │ │ ├── crazing_98.txt │ │ ├── crazing_99.txt │ │ ├── inclusion_1.txt │ │ ├── inclusion_10.txt │ │ ├── inclusion_100.txt │ │ ├── inclusion_101.txt │ │ ├── inclusion_102.txt │ │ ├── inclusion_103.txt │ │ ├── inclusion_104.txt │ │ ├── inclusion_105.txt │ │ ├── inclusion_106.txt │ │ ├── inclusion_107.txt │ │ ├── inclusion_108.txt │ │ ├── inclusion_109.txt │ │ ├── inclusion_11.txt │ │ ├── inclusion_110.txt │ │ ├── inclusion_111.txt │ │ ├── inclusion_112.txt │ │ ├── inclusion_113.txt │ │ ├── inclusion_114.txt │ │ ├── inclusion_115.txt │ │ ├── inclusion_116.txt │ │ ├── inclusion_117.txt │ │ ├── inclusion_118.txt │ │ ├── inclusion_119.txt │ │ ├── inclusion_12.txt │ │ ├── inclusion_120.txt │ │ ├── inclusion_121.txt │ │ ├── inclusion_122.txt │ │ ├── inclusion_123.txt │ │ ├── inclusion_124.txt │ │ ├── inclusion_125.txt │ │ ├── inclusion_126.txt │ │ ├── inclusion_127.txt │ │ ├── inclusion_128.txt │ │ ├── inclusion_129.txt │ │ ├── inclusion_13.txt │ │ ├── inclusion_130.txt │ │ ├── inclusion_131.txt │ │ ├── inclusion_132.txt │ │ ├── inclusion_133.txt │ │ ├── inclusion_134.txt │ │ ├── inclusion_135.txt │ │ ├── inclusion_136.txt │ │ ├── inclusion_137.txt │ │ ├── inclusion_138.txt │ │ ├── inclusion_139.txt │ │ ├── inclusion_14.txt │ │ ├── inclusion_140.txt │ │ ├── inclusion_141.txt │ │ ├── inclusion_142.txt │ │ ├── inclusion_143.txt │ │ ├── inclusion_144.txt │ │ ├── inclusion_145.txt │ │ ├── inclusion_146.txt │ │ ├── inclusion_147.txt │ │ ├── inclusion_148.txt │ │ ├── inclusion_149.txt │ │ ├── inclusion_15.txt │ │ ├── inclusion_150.txt │ │ ├── inclusion_151.txt │ │ ├── inclusion_152.txt │ │ ├── inclusion_153.txt │ │ ├── inclusion_154.txt │ │ ├── inclusion_155.txt │ │ ├── inclusion_156.txt │ │ ├── inclusion_157.txt │ │ ├── inclusion_158.txt │ │ ├── inclusion_159.txt │ │ ├── inclusion_16.txt │ │ ├── inclusion_160.txt │ │ ├── inclusion_161.txt │ │ ├── inclusion_162.txt │ │ ├── inclusion_163.txt │ │ ├── inclusion_164.txt │ │ ├── inclusion_165.txt │ │ ├── inclusion_166.txt │ │ ├── inclusion_167.txt │ │ ├── inclusion_168.txt │ │ ├── inclusion_169.txt │ │ ├── inclusion_17.txt │ │ ├── inclusion_170.txt │ │ ├── inclusion_171.txt │ │ ├── inclusion_172.txt │ │ ├── inclusion_173.txt │ │ ├── inclusion_174.txt │ │ ├── inclusion_175.txt │ │ ├── inclusion_176.txt │ │ ├── inclusion_177.txt │ │ ├── inclusion_178.txt │ │ ├── inclusion_179.txt │ │ ├── inclusion_18.txt │ │ ├── inclusion_180.txt │ │ ├── inclusion_181.txt │ │ ├── inclusion_182.txt │ │ ├── inclusion_183.txt │ │ ├── inclusion_184.txt │ │ ├── inclusion_185.txt │ │ ├── inclusion_186.txt │ │ ├── inclusion_187.txt │ │ ├── inclusion_188.txt │ │ ├── inclusion_189.txt │ │ ├── inclusion_19.txt │ │ ├── inclusion_190.txt │ │ ├── inclusion_191.txt │ │ ├── inclusion_192.txt │ │ ├── inclusion_193.txt │ │ ├── inclusion_194.txt │ │ ├── inclusion_195.txt │ │ ├── inclusion_196.txt │ │ ├── inclusion_197.txt │ │ ├── inclusion_198.txt │ │ ├── inclusion_199.txt │ │ ├── inclusion_2.txt │ │ ├── inclusion_20.txt │ │ ├── inclusion_200.txt │ │ ├── inclusion_201.txt │ │ ├── inclusion_202.txt │ │ ├── inclusion_203.txt │ │ ├── inclusion_204.txt │ │ ├── inclusion_205.txt │ │ ├── inclusion_206.txt │ │ ├── inclusion_207.txt │ │ ├── inclusion_208.txt │ │ ├── inclusion_209.txt │ │ ├── inclusion_21.txt │ │ ├── inclusion_210.txt │ │ ├── inclusion_211.txt │ │ ├── inclusion_212.txt │ │ ├── inclusion_213.txt │ │ ├── inclusion_214.txt │ │ ├── inclusion_215.txt │ │ ├── inclusion_216.txt │ │ ├── inclusion_217.txt │ │ ├── inclusion_218.txt │ │ ├── inclusion_219.txt │ │ ├── inclusion_22.txt │ │ ├── inclusion_220.txt │ │ ├── inclusion_221.txt │ │ ├── inclusion_222.txt │ │ ├── inclusion_223.txt │ │ ├── inclusion_224.txt │ │ ├── inclusion_225.txt │ │ ├── inclusion_226.txt │ │ ├── inclusion_227.txt │ │ ├── inclusion_228.txt │ │ ├── inclusion_229.txt │ │ ├── inclusion_23.txt │ │ ├── inclusion_230.txt │ │ ├── inclusion_231.txt │ │ ├── inclusion_232.txt │ │ ├── inclusion_233.txt │ │ ├── inclusion_234.txt │ │ ├── inclusion_235.txt │ │ ├── inclusion_236.txt │ │ ├── inclusion_237.txt │ │ ├── inclusion_238.txt │ │ ├── inclusion_239.txt │ │ ├── inclusion_24.txt │ │ ├── inclusion_240.txt │ │ ├── inclusion_241.txt │ │ ├── inclusion_242.txt │ │ ├── inclusion_243.txt │ │ ├── inclusion_244.txt │ │ ├── inclusion_245.txt │ │ ├── inclusion_246.txt │ │ ├── inclusion_247.txt │ │ ├── inclusion_248.txt │ │ ├── inclusion_249.txt │ │ ├── inclusion_25.txt │ │ ├── inclusion_250.txt │ │ ├── inclusion_251.txt │ │ ├── inclusion_252.txt │ │ ├── inclusion_253.txt │ │ ├── inclusion_254.txt │ │ ├── inclusion_255.txt │ │ ├── inclusion_256.txt │ │ ├── inclusion_257.txt │ │ ├── inclusion_258.txt │ │ ├── inclusion_259.txt │ │ ├── inclusion_26.txt │ │ ├── inclusion_260.txt │ │ ├── inclusion_261.txt │ │ ├── inclusion_262.txt │ │ ├── inclusion_263.txt │ │ ├── inclusion_264.txt │ │ ├── inclusion_265.txt │ │ ├── inclusion_266.txt │ │ ├── inclusion_267.txt │ │ ├── inclusion_268.txt │ │ ├── inclusion_269.txt │ │ ├── inclusion_27.txt │ │ ├── inclusion_270.txt │ │ ├── inclusion_28.txt │ │ ├── inclusion_29.txt │ │ ├── inclusion_3.txt │ │ ├── inclusion_30.txt │ │ ├── inclusion_31.txt │ │ ├── inclusion_32.txt │ │ ├── inclusion_33.txt │ │ ├── inclusion_34.txt │ │ ├── inclusion_35.txt │ │ ├── inclusion_36.txt │ │ ├── inclusion_37.txt │ │ ├── inclusion_38.txt │ │ ├── inclusion_39.txt │ │ ├── inclusion_4.txt │ │ ├── inclusion_40.txt │ │ ├── inclusion_41.txt │ │ ├── inclusion_42.txt │ │ ├── inclusion_43.txt │ │ ├── inclusion_44.txt │ │ ├── inclusion_45.txt │ │ ├── inclusion_46.txt │ │ ├── inclusion_47.txt │ │ ├── inclusion_48.txt │ │ ├── inclusion_49.txt │ │ ├── inclusion_5.txt │ │ ├── inclusion_50.txt │ │ ├── inclusion_51.txt │ │ ├── inclusion_52.txt │ │ ├── inclusion_53.txt │ │ ├── inclusion_54.txt │ │ ├── inclusion_55.txt │ │ ├── inclusion_56.txt │ │ ├── inclusion_57.txt │ │ ├── inclusion_58.txt │ │ ├── inclusion_59.txt │ │ ├── inclusion_6.txt │ │ ├── inclusion_60.txt │ │ ├── inclusion_61.txt │ │ ├── inclusion_62.txt │ │ ├── inclusion_63.txt │ │ ├── inclusion_64.txt │ │ ├── inclusion_65.txt │ │ ├── inclusion_66.txt │ │ ├── inclusion_67.txt │ │ ├── inclusion_68.txt │ │ ├── inclusion_69.txt │ │ ├── inclusion_7.txt │ │ ├── inclusion_70.txt │ │ ├── inclusion_71.txt │ │ ├── inclusion_72.txt │ │ ├── inclusion_73.txt │ │ ├── inclusion_74.txt │ │ ├── inclusion_75.txt │ │ ├── inclusion_76.txt │ │ ├── inclusion_77.txt │ │ ├── inclusion_78.txt │ │ ├── inclusion_79.txt │ │ ├── inclusion_8.txt │ │ ├── inclusion_80.txt │ │ ├── inclusion_81.txt │ │ ├── inclusion_82.txt │ │ ├── inclusion_83.txt │ │ ├── inclusion_84.txt │ │ ├── inclusion_85.txt │ │ ├── inclusion_86.txt │ │ ├── inclusion_87.txt │ │ ├── inclusion_88.txt │ │ ├── inclusion_89.txt │ │ ├── inclusion_9.txt │ │ ├── inclusion_90.txt │ │ ├── inclusion_91.txt │ │ ├── inclusion_92.txt │ │ ├── inclusion_93.txt │ │ ├── inclusion_94.txt │ │ ├── inclusion_95.txt │ │ ├── inclusion_96.txt │ │ ├── inclusion_97.txt │ │ ├── inclusion_98.txt │ │ ├── inclusion_99.txt │ │ ├── patches_1.txt │ │ ├── patches_10.txt │ │ ├── patches_100.txt │ │ ├── patches_101.txt │ │ ├── patches_102.txt │ │ ├── patches_103.txt │ │ ├── patches_104.txt │ │ ├── patches_105.txt │ │ ├── patches_106.txt │ │ ├── patches_107.txt │ │ ├── patches_108.txt │ │ ├── patches_109.txt │ │ ├── patches_11.txt │ │ ├── patches_110.txt │ │ ├── patches_111.txt │ │ ├── patches_112.txt │ │ ├── patches_113.txt │ │ ├── patches_114.txt │ │ ├── patches_115.txt │ │ ├── patches_116.txt │ │ ├── patches_117.txt │ │ ├── patches_118.txt │ │ ├── patches_119.txt │ │ ├── patches_12.txt │ │ ├── patches_120.txt │ │ ├── patches_121.txt │ │ ├── patches_122.txt │ │ ├── patches_123.txt │ │ ├── patches_124.txt │ │ ├── patches_125.txt │ │ ├── patches_126.txt │ │ ├── patches_127.txt │ │ ├── patches_128.txt │ │ ├── patches_129.txt │ │ ├── patches_13.txt │ │ ├── patches_130.txt │ │ ├── patches_131.txt │ │ ├── patches_132.txt │ │ ├── patches_133.txt │ │ ├── patches_134.txt │ │ ├── patches_135.txt │ │ ├── patches_136.txt │ │ ├── patches_137.txt │ │ ├── patches_138.txt │ │ ├── patches_139.txt │ │ ├── patches_14.txt │ │ ├── patches_140.txt │ │ ├── patches_141.txt │ │ ├── patches_142.txt │ │ ├── patches_143.txt │ │ ├── patches_144.txt │ │ ├── patches_145.txt │ │ ├── patches_146.txt │ │ ├── patches_147.txt │ │ ├── patches_148.txt │ │ ├── patches_149.txt │ │ ├── patches_15.txt │ │ ├── patches_150.txt │ │ ├── patches_151.txt │ │ ├── patches_152.txt │ │ ├── patches_153.txt │ │ ├── patches_154.txt │ │ ├── patches_155.txt │ │ ├── patches_156.txt │ │ ├── patches_157.txt │ │ ├── patches_158.txt │ │ ├── patches_159.txt │ │ ├── patches_16.txt │ │ ├── patches_160.txt │ │ ├── patches_161.txt │ │ ├── patches_162.txt │ │ ├── patches_163.txt │ │ ├── patches_164.txt │ │ ├── patches_165.txt │ │ ├── patches_166.txt │ │ ├── patches_167.txt │ │ ├── patches_168.txt │ │ ├── patches_169.txt │ │ ├── patches_17.txt │ │ ├── patches_170.txt │ │ ├── patches_171.txt │ │ ├── patches_172.txt │ │ ├── patches_173.txt │ │ ├── patches_174.txt │ │ ├── patches_175.txt │ │ ├── patches_176.txt │ │ ├── patches_177.txt │ │ ├── patches_178.txt │ │ ├── patches_179.txt │ │ ├── patches_18.txt │ │ ├── patches_180.txt │ │ ├── patches_181.txt │ │ ├── patches_182.txt │ │ ├── patches_183.txt │ │ ├── patches_184.txt │ │ ├── patches_185.txt │ │ ├── patches_186.txt │ │ ├── patches_187.txt │ │ ├── patches_188.txt │ │ ├── patches_189.txt │ │ ├── patches_19.txt │ │ ├── patches_190.txt │ │ ├── patches_191.txt │ │ ├── patches_192.txt │ │ ├── patches_193.txt │ │ ├── patches_194.txt │ │ ├── patches_195.txt │ │ ├── patches_196.txt │ │ ├── patches_197.txt │ │ ├── patches_198.txt │ │ ├── patches_199.txt │ │ ├── patches_2.txt │ │ ├── patches_20.txt │ │ ├── patches_200.txt │ │ ├── patches_201.txt │ │ ├── patches_202.txt │ │ ├── patches_203.txt │ │ ├── patches_204.txt │ │ ├── patches_205.txt │ │ ├── patches_206.txt │ │ ├── patches_207.txt │ │ ├── patches_208.txt │ │ ├── patches_209.txt │ │ ├── patches_21.txt │ │ ├── patches_210.txt │ │ ├── patches_211.txt │ │ ├── patches_212.txt │ │ ├── patches_213.txt │ │ ├── patches_214.txt │ │ ├── patches_215.txt │ │ ├── patches_216.txt │ │ ├── patches_217.txt │ │ ├── patches_218.txt │ │ ├── patches_219.txt │ │ ├── patches_22.txt │ │ ├── patches_220.txt │ │ ├── patches_221.txt │ │ ├── patches_222.txt │ │ ├── patches_223.txt │ │ ├── patches_224.txt │ │ ├── patches_225.txt │ │ ├── patches_226.txt │ │ ├── patches_227.txt │ │ ├── patches_228.txt │ │ ├── patches_229.txt │ │ ├── patches_23.txt │ │ ├── patches_230.txt │ │ ├── patches_231.txt │ │ ├── patches_232.txt │ │ ├── patches_233.txt │ │ ├── patches_234.txt │ │ ├── patches_235.txt │ │ ├── patches_236.txt │ │ ├── patches_237.txt │ │ ├── patches_238.txt │ │ ├── patches_239.txt │ │ ├── patches_24.txt │ │ ├── patches_240.txt │ │ ├── patches_241.txt │ │ ├── patches_242.txt │ │ ├── patches_243.txt │ │ ├── patches_244.txt │ │ ├── patches_245.txt │ │ ├── patches_246.txt │ │ ├── patches_247.txt │ │ ├── patches_248.txt │ │ ├── patches_249.txt │ │ ├── patches_25.txt │ │ ├── patches_250.txt │ │ ├── patches_251.txt │ │ ├── patches_252.txt │ │ ├── patches_253.txt │ │ ├── patches_254.txt │ │ ├── patches_255.txt │ │ ├── patches_256.txt │ │ ├── patches_257.txt │ │ ├── patches_258.txt │ │ ├── patches_259.txt │ │ ├── patches_26.txt │ │ ├── patches_260.txt │ │ ├── patches_261.txt │ │ ├── patches_262.txt │ │ ├── patches_263.txt │ │ ├── patches_264.txt │ │ ├── patches_265.txt │ │ ├── patches_266.txt │ │ ├── patches_267.txt │ │ ├── patches_268.txt │ │ ├── patches_269.txt │ │ ├── patches_27.txt │ │ ├── patches_270.txt │ │ ├── patches_28.txt │ │ ├── patches_29.txt │ │ ├── patches_3.txt │ │ ├── patches_30.txt │ │ ├── patches_31.txt │ │ ├── patches_32.txt │ │ ├── patches_33.txt │ │ ├── patches_34.txt │ │ ├── patches_35.txt │ │ ├── patches_36.txt │ │ ├── patches_37.txt │ │ ├── patches_38.txt │ │ ├── patches_39.txt │ │ ├── patches_4.txt │ │ ├── patches_40.txt │ │ ├── patches_41.txt │ │ ├── patches_42.txt │ │ ├── patches_43.txt │ │ ├── patches_44.txt │ │ ├── patches_45.txt │ │ ├── patches_46.txt │ │ ├── patches_47.txt │ │ ├── patches_48.txt │ │ ├── patches_49.txt │ │ ├── patches_5.txt │ │ ├── patches_50.txt │ │ ├── patches_51.txt │ │ ├── patches_52.txt │ │ ├── patches_53.txt │ │ ├── patches_54.txt │ │ ├── patches_55.txt │ │ ├── patches_56.txt │ │ ├── patches_57.txt │ │ ├── patches_58.txt │ │ ├── patches_59.txt │ │ ├── patches_6.txt │ │ ├── patches_60.txt │ │ ├── patches_61.txt │ │ ├── patches_62.txt │ │ ├── patches_63.txt │ │ ├── patches_64.txt │ │ ├── patches_65.txt │ │ ├── patches_66.txt │ │ ├── patches_67.txt │ │ ├── patches_68.txt │ │ ├── patches_69.txt │ │ ├── patches_7.txt │ │ ├── patches_70.txt │ │ ├── patches_71.txt │ │ ├── patches_72.txt │ │ ├── patches_73.txt │ │ ├── patches_74.txt │ │ ├── patches_75.txt │ │ ├── patches_76.txt │ │ ├── patches_77.txt │ │ ├── patches_78.txt │ │ ├── patches_79.txt │ │ ├── patches_8.txt │ │ ├── patches_80.txt │ │ ├── patches_81.txt │ │ ├── patches_82.txt │ │ ├── patches_83.txt │ │ ├── patches_84.txt │ │ ├── patches_85.txt │ │ ├── patches_86.txt │ │ ├── patches_87.txt │ │ ├── patches_88.txt │ │ ├── patches_89.txt │ │ ├── patches_9.txt │ │ ├── patches_90.txt │ │ ├── patches_91.txt │ │ ├── patches_92.txt │ │ ├── patches_93.txt │ │ ├── patches_94.txt │ │ ├── patches_95.txt │ │ ├── patches_96.txt │ │ ├── patches_97.txt │ │ ├── patches_98.txt │ │ ├── patches_99.txt │ │ ├── pitted_surface_1.txt │ │ ├── pitted_surface_10.txt │ │ ├── pitted_surface_100.txt │ │ ├── pitted_surface_101.txt │ │ ├── pitted_surface_102.txt │ │ ├── pitted_surface_103.txt │ │ ├── pitted_surface_104.txt │ │ ├── pitted_surface_105.txt │ │ ├── pitted_surface_106.txt │ │ ├── pitted_surface_107.txt │ │ ├── pitted_surface_108.txt │ │ ├── pitted_surface_109.txt │ │ ├── pitted_surface_11.txt │ │ ├── pitted_surface_110.txt │ │ ├── pitted_surface_111.txt │ │ ├── pitted_surface_112.txt │ │ ├── pitted_surface_113.txt │ │ ├── pitted_surface_114.txt │ │ ├── pitted_surface_115.txt │ │ ├── pitted_surface_116.txt │ │ ├── pitted_surface_117.txt │ │ ├── pitted_surface_118.txt │ │ ├── pitted_surface_119.txt │ │ ├── pitted_surface_12.txt │ │ ├── pitted_surface_120.txt │ │ ├── pitted_surface_121.txt │ │ ├── pitted_surface_122.txt │ │ ├── pitted_surface_123.txt │ │ ├── pitted_surface_124.txt │ │ ├── pitted_surface_125.txt │ │ ├── pitted_surface_126.txt │ │ ├── pitted_surface_127.txt │ │ ├── pitted_surface_128.txt │ │ ├── pitted_surface_129.txt │ │ ├── pitted_surface_13.txt │ │ ├── pitted_surface_130.txt │ │ ├── pitted_surface_131.txt │ │ ├── pitted_surface_132.txt │ │ ├── pitted_surface_133.txt │ │ ├── pitted_surface_134.txt │ │ ├── pitted_surface_135.txt │ │ ├── pitted_surface_136.txt │ │ ├── pitted_surface_137.txt │ │ ├── pitted_surface_138.txt │ │ ├── pitted_surface_139.txt │ │ ├── pitted_surface_14.txt │ │ ├── pitted_surface_140.txt │ │ ├── pitted_surface_141.txt │ │ ├── pitted_surface_142.txt │ │ ├── pitted_surface_143.txt │ │ ├── pitted_surface_144.txt │ │ ├── pitted_surface_145.txt │ │ ├── pitted_surface_146.txt │ │ ├── pitted_surface_147.txt │ │ ├── pitted_surface_148.txt │ │ ├── pitted_surface_149.txt │ │ ├── pitted_surface_15.txt │ │ ├── pitted_surface_150.txt │ │ ├── pitted_surface_151.txt │ │ ├── pitted_surface_152.txt │ │ ├── pitted_surface_153.txt │ │ ├── pitted_surface_154.txt │ │ ├── pitted_surface_155.txt │ │ ├── pitted_surface_156.txt │ │ ├── pitted_surface_157.txt │ │ ├── pitted_surface_158.txt │ │ ├── pitted_surface_159.txt │ │ ├── pitted_surface_16.txt │ │ ├── pitted_surface_160.txt │ │ ├── pitted_surface_161.txt │ │ ├── pitted_surface_162.txt │ │ ├── pitted_surface_163.txt │ │ ├── pitted_surface_164.txt │ │ ├── pitted_surface_165.txt │ │ ├── pitted_surface_166.txt │ │ ├── pitted_surface_167.txt │ │ ├── pitted_surface_168.txt │ │ ├── pitted_surface_169.txt │ │ ├── pitted_surface_17.txt │ │ ├── pitted_surface_170.txt │ │ ├── pitted_surface_171.txt │ │ ├── pitted_surface_172.txt │ │ ├── pitted_surface_173.txt │ │ ├── pitted_surface_174.txt │ │ ├── pitted_surface_175.txt │ │ ├── pitted_surface_176.txt │ │ ├── pitted_surface_177.txt │ │ ├── pitted_surface_178.txt │ │ ├── pitted_surface_179.txt │ │ ├── pitted_surface_18.txt │ │ ├── pitted_surface_180.txt │ │ ├── pitted_surface_181.txt │ │ ├── pitted_surface_182.txt │ │ ├── pitted_surface_183.txt │ │ ├── pitted_surface_184.txt │ │ ├── pitted_surface_185.txt │ │ ├── pitted_surface_186.txt │ │ ├── pitted_surface_187.txt │ │ ├── pitted_surface_188.txt │ │ ├── pitted_surface_189.txt │ │ ├── pitted_surface_19.txt │ │ ├── pitted_surface_190.txt │ │ ├── pitted_surface_191.txt │ │ ├── pitted_surface_192.txt │ │ ├── pitted_surface_193.txt │ │ ├── pitted_surface_194.txt │ │ ├── pitted_surface_195.txt │ │ ├── pitted_surface_196.txt │ │ ├── pitted_surface_197.txt │ │ ├── pitted_surface_198.txt │ │ ├── pitted_surface_199.txt │ │ ├── pitted_surface_2.txt │ │ ├── pitted_surface_20.txt │ │ ├── pitted_surface_200.txt │ │ ├── pitted_surface_201.txt │ │ ├── pitted_surface_202.txt │ │ ├── pitted_surface_203.txt │ │ ├── pitted_surface_204.txt │ │ ├── pitted_surface_205.txt │ │ ├── pitted_surface_206.txt │ │ ├── pitted_surface_207.txt │ │ ├── pitted_surface_208.txt │ │ ├── pitted_surface_209.txt │ │ ├── pitted_surface_21.txt │ │ ├── pitted_surface_210.txt │ │ ├── pitted_surface_211.txt │ │ ├── pitted_surface_212.txt │ │ ├── pitted_surface_213.txt │ │ ├── pitted_surface_214.txt │ │ ├── pitted_surface_215.txt │ │ ├── pitted_surface_216.txt │ │ ├── pitted_surface_217.txt │ │ ├── pitted_surface_218.txt │ │ ├── pitted_surface_219.txt │ │ ├── pitted_surface_22.txt │ │ ├── pitted_surface_220.txt │ │ ├── pitted_surface_221.txt │ │ ├── pitted_surface_222.txt │ │ ├── pitted_surface_223.txt │ │ ├── pitted_surface_224.txt │ │ ├── pitted_surface_225.txt │ │ ├── pitted_surface_226.txt │ │ ├── pitted_surface_227.txt │ │ ├── pitted_surface_228.txt │ │ ├── pitted_surface_229.txt │ │ ├── pitted_surface_23.txt │ │ ├── pitted_surface_230.txt │ │ ├── pitted_surface_231.txt │ │ ├── pitted_surface_232.txt │ │ ├── pitted_surface_233.txt │ │ ├── pitted_surface_234.txt │ │ ├── pitted_surface_235.txt │ │ ├── pitted_surface_236.txt │ │ ├── pitted_surface_237.txt │ │ ├── pitted_surface_238.txt │ │ ├── pitted_surface_239.txt │ │ ├── pitted_surface_24.txt │ │ ├── pitted_surface_240.txt │ │ ├── pitted_surface_241.txt │ │ ├── pitted_surface_242.txt │ │ ├── pitted_surface_243.txt │ │ ├── pitted_surface_244.txt │ │ ├── pitted_surface_245.txt │ │ ├── pitted_surface_246.txt │ │ ├── pitted_surface_247.txt │ │ ├── pitted_surface_248.txt │ │ ├── pitted_surface_249.txt │ │ ├── pitted_surface_25.txt │ │ ├── pitted_surface_250.txt │ │ ├── pitted_surface_251.txt │ │ ├── pitted_surface_252.txt │ │ ├── pitted_surface_253.txt │ │ ├── pitted_surface_254.txt │ │ ├── pitted_surface_255.txt │ │ ├── pitted_surface_256.txt │ │ ├── pitted_surface_257.txt │ │ ├── pitted_surface_258.txt │ │ ├── pitted_surface_259.txt │ │ ├── pitted_surface_26.txt │ │ ├── pitted_surface_260.txt │ │ ├── pitted_surface_261.txt │ │ ├── pitted_surface_262.txt │ │ ├── pitted_surface_263.txt │ │ ├── pitted_surface_264.txt │ │ ├── pitted_surface_265.txt │ │ ├── pitted_surface_266.txt │ │ ├── pitted_surface_267.txt │ │ ├── pitted_surface_268.txt │ │ ├── pitted_surface_269.txt │ │ ├── pitted_surface_27.txt │ │ ├── pitted_surface_270.txt │ │ ├── pitted_surface_28.txt │ │ ├── pitted_surface_29.txt │ │ ├── pitted_surface_3.txt │ │ ├── pitted_surface_30.txt │ │ ├── pitted_surface_31.txt │ │ ├── pitted_surface_32.txt │ │ ├── pitted_surface_33.txt │ │ ├── pitted_surface_34.txt │ │ ├── pitted_surface_35.txt │ │ ├── pitted_surface_36.txt │ │ ├── pitted_surface_37.txt │ │ ├── pitted_surface_38.txt │ │ ├── pitted_surface_39.txt │ │ ├── pitted_surface_4.txt │ │ ├── pitted_surface_40.txt │ │ ├── pitted_surface_41.txt │ │ ├── pitted_surface_42.txt │ │ ├── pitted_surface_43.txt │ │ ├── pitted_surface_44.txt │ │ ├── pitted_surface_45.txt │ │ ├── pitted_surface_46.txt │ │ ├── pitted_surface_47.txt │ │ ├── pitted_surface_48.txt │ │ ├── pitted_surface_49.txt │ │ ├── pitted_surface_5.txt │ │ ├── pitted_surface_50.txt │ │ ├── pitted_surface_51.txt │ │ ├── pitted_surface_52.txt │ │ ├── pitted_surface_53.txt │ │ ├── pitted_surface_54.txt │ │ ├── pitted_surface_55.txt │ │ ├── pitted_surface_56.txt │ │ ├── pitted_surface_57.txt │ │ ├── pitted_surface_58.txt │ │ ├── pitted_surface_59.txt │ │ ├── pitted_surface_6.txt │ │ ├── pitted_surface_60.txt │ │ ├── pitted_surface_61.txt │ │ ├── pitted_surface_62.txt │ │ ├── pitted_surface_63.txt │ │ ├── pitted_surface_64.txt │ │ ├── pitted_surface_65.txt │ │ ├── pitted_surface_66.txt │ │ ├── pitted_surface_67.txt │ │ ├── pitted_surface_68.txt │ │ ├── pitted_surface_69.txt │ │ ├── pitted_surface_7.txt │ │ ├── pitted_surface_70.txt │ │ ├── pitted_surface_71.txt │ │ ├── pitted_surface_72.txt │ │ ├── pitted_surface_73.txt │ │ ├── pitted_surface_74.txt │ │ ├── pitted_surface_75.txt │ │ ├── pitted_surface_76.txt │ │ ├── pitted_surface_77.txt │ │ ├── pitted_surface_78.txt │ │ ├── pitted_surface_79.txt │ │ ├── pitted_surface_8.txt │ │ ├── pitted_surface_80.txt │ │ ├── pitted_surface_81.txt │ │ ├── pitted_surface_82.txt │ │ ├── pitted_surface_83.txt │ │ ├── pitted_surface_84.txt │ │ ├── pitted_surface_85.txt │ │ ├── pitted_surface_86.txt │ │ ├── pitted_surface_87.txt │ │ ├── pitted_surface_88.txt │ │ ├── pitted_surface_89.txt │ │ ├── pitted_surface_9.txt │ │ ├── pitted_surface_90.txt │ │ ├── pitted_surface_91.txt │ │ ├── pitted_surface_92.txt │ │ ├── pitted_surface_93.txt │ │ ├── pitted_surface_94.txt │ │ ├── pitted_surface_95.txt │ │ ├── pitted_surface_96.txt │ │ ├── pitted_surface_97.txt │ │ ├── pitted_surface_98.txt │ │ ├── pitted_surface_99.txt │ │ ├── rolled-in_scale_1.txt │ │ ├── rolled-in_scale_10.txt │ │ ├── rolled-in_scale_100.txt │ │ ├── rolled-in_scale_101.txt │ │ ├── rolled-in_scale_102.txt │ │ ├── rolled-in_scale_103.txt │ │ ├── rolled-in_scale_104.txt │ │ ├── rolled-in_scale_105.txt │ │ ├── rolled-in_scale_106.txt │ │ ├── rolled-in_scale_107.txt │ │ ├── rolled-in_scale_108.txt │ │ ├── rolled-in_scale_109.txt │ │ ├── rolled-in_scale_11.txt │ │ ├── rolled-in_scale_110.txt │ │ ├── rolled-in_scale_111.txt │ │ ├── rolled-in_scale_112.txt │ │ ├── rolled-in_scale_113.txt │ │ ├── rolled-in_scale_114.txt │ │ ├── rolled-in_scale_115.txt │ │ ├── rolled-in_scale_116.txt │ │ ├── rolled-in_scale_117.txt │ │ ├── rolled-in_scale_118.txt │ │ ├── rolled-in_scale_119.txt │ │ ├── rolled-in_scale_12.txt │ │ ├── rolled-in_scale_120.txt │ │ ├── rolled-in_scale_121.txt │ │ ├── rolled-in_scale_122.txt │ │ ├── rolled-in_scale_123.txt │ │ ├── rolled-in_scale_124.txt │ │ ├── rolled-in_scale_125.txt │ │ ├── rolled-in_scale_126.txt │ │ ├── rolled-in_scale_127.txt │ │ ├── rolled-in_scale_128.txt │ │ ├── rolled-in_scale_129.txt │ │ ├── rolled-in_scale_13.txt │ │ ├── rolled-in_scale_130.txt │ │ ├── rolled-in_scale_131.txt │ │ ├── rolled-in_scale_132.txt │ │ ├── rolled-in_scale_133.txt │ │ ├── rolled-in_scale_134.txt │ │ ├── rolled-in_scale_135.txt │ │ ├── rolled-in_scale_136.txt │ │ ├── rolled-in_scale_137.txt │ │ ├── rolled-in_scale_138.txt │ │ ├── rolled-in_scale_139.txt │ │ ├── rolled-in_scale_14.txt │ │ ├── rolled-in_scale_140.txt │ │ ├── rolled-in_scale_141.txt │ │ ├── rolled-in_scale_142.txt │ │ ├── rolled-in_scale_143.txt │ │ ├── rolled-in_scale_144.txt │ │ ├── rolled-in_scale_145.txt │ │ ├── rolled-in_scale_146.txt │ │ ├── rolled-in_scale_147.txt │ │ ├── rolled-in_scale_148.txt │ │ ├── rolled-in_scale_149.txt │ │ ├── rolled-in_scale_15.txt │ │ ├── rolled-in_scale_150.txt │ │ ├── rolled-in_scale_151.txt │ │ ├── rolled-in_scale_152.txt │ │ ├── rolled-in_scale_153.txt │ │ ├── rolled-in_scale_154.txt │ │ ├── rolled-in_scale_155.txt │ │ ├── rolled-in_scale_156.txt │ │ ├── rolled-in_scale_157.txt │ │ ├── rolled-in_scale_158.txt │ │ ├── rolled-in_scale_159.txt │ │ ├── rolled-in_scale_16.txt │ │ ├── rolled-in_scale_160.txt │ │ ├── rolled-in_scale_161.txt │ │ ├── rolled-in_scale_162.txt │ │ ├── rolled-in_scale_163.txt │ │ ├── rolled-in_scale_164.txt │ │ ├── rolled-in_scale_165.txt │ │ ├── rolled-in_scale_166.txt │ │ ├── rolled-in_scale_167.txt │ │ ├── rolled-in_scale_168.txt │ │ ├── rolled-in_scale_169.txt │ │ ├── rolled-in_scale_17.txt │ │ ├── rolled-in_scale_170.txt │ │ ├── rolled-in_scale_171.txt │ │ ├── rolled-in_scale_172.txt │ │ ├── rolled-in_scale_173.txt │ │ ├── rolled-in_scale_174.txt │ │ ├── rolled-in_scale_175.txt │ │ ├── rolled-in_scale_176.txt │ │ ├── rolled-in_scale_177.txt │ │ ├── rolled-in_scale_178.txt │ │ ├── rolled-in_scale_179.txt │ │ ├── rolled-in_scale_18.txt │ │ ├── rolled-in_scale_180.txt │ │ ├── rolled-in_scale_181.txt │ │ ├── rolled-in_scale_182.txt │ │ ├── rolled-in_scale_183.txt │ │ ├── rolled-in_scale_184.txt │ │ ├── rolled-in_scale_185.txt │ │ ├── rolled-in_scale_186.txt │ │ ├── rolled-in_scale_187.txt │ │ ├── rolled-in_scale_188.txt │ │ ├── rolled-in_scale_189.txt │ │ ├── rolled-in_scale_19.txt │ │ ├── rolled-in_scale_190.txt │ │ ├── rolled-in_scale_191.txt │ │ ├── rolled-in_scale_192.txt │ │ ├── rolled-in_scale_193.txt │ │ ├── rolled-in_scale_194.txt │ │ ├── rolled-in_scale_195.txt │ │ ├── rolled-in_scale_196.txt │ │ ├── rolled-in_scale_197.txt │ │ ├── rolled-in_scale_198.txt │ │ ├── rolled-in_scale_199.txt │ │ ├── rolled-in_scale_2.txt │ │ ├── rolled-in_scale_20.txt │ │ ├── rolled-in_scale_200.txt │ │ ├── rolled-in_scale_201.txt │ │ ├── rolled-in_scale_202.txt │ │ ├── rolled-in_scale_203.txt │ │ ├── rolled-in_scale_204.txt │ │ ├── rolled-in_scale_205.txt │ │ ├── rolled-in_scale_206.txt │ │ ├── rolled-in_scale_207.txt │ │ ├── rolled-in_scale_208.txt │ │ ├── rolled-in_scale_209.txt │ │ ├── rolled-in_scale_21.txt │ │ ├── rolled-in_scale_210.txt │ │ ├── rolled-in_scale_211.txt │ │ ├── rolled-in_scale_212.txt │ │ ├── rolled-in_scale_213.txt │ │ ├── rolled-in_scale_214.txt │ │ ├── rolled-in_scale_215.txt │ │ ├── rolled-in_scale_216.txt │ │ ├── rolled-in_scale_217.txt │ │ ├── rolled-in_scale_218.txt │ │ ├── rolled-in_scale_219.txt │ │ ├── rolled-in_scale_22.txt │ │ ├── rolled-in_scale_220.txt │ │ ├── rolled-in_scale_221.txt │ │ ├── rolled-in_scale_222.txt │ │ ├── rolled-in_scale_223.txt │ │ ├── rolled-in_scale_224.txt │ │ ├── rolled-in_scale_225.txt │ │ ├── rolled-in_scale_226.txt │ │ ├── rolled-in_scale_227.txt │ │ ├── rolled-in_scale_228.txt │ │ ├── rolled-in_scale_229.txt │ │ ├── rolled-in_scale_23.txt │ │ ├── rolled-in_scale_230.txt │ │ ├── rolled-in_scale_231.txt │ │ ├── rolled-in_scale_232.txt │ │ ├── rolled-in_scale_233.txt │ │ ├── rolled-in_scale_234.txt │ │ ├── rolled-in_scale_235.txt │ │ ├── rolled-in_scale_236.txt │ │ ├── rolled-in_scale_237.txt │ │ ├── rolled-in_scale_238.txt │ │ ├── rolled-in_scale_239.txt │ │ ├── rolled-in_scale_24.txt │ │ ├── rolled-in_scale_240.txt │ │ ├── rolled-in_scale_241.txt │ │ ├── rolled-in_scale_242.txt │ │ ├── rolled-in_scale_243.txt │ │ ├── rolled-in_scale_244.txt │ │ ├── rolled-in_scale_245.txt │ │ ├── rolled-in_scale_246.txt │ │ ├── rolled-in_scale_247.txt │ │ ├── rolled-in_scale_248.txt │ │ ├── rolled-in_scale_249.txt │ │ ├── rolled-in_scale_25.txt │ │ ├── rolled-in_scale_250.txt │ │ ├── rolled-in_scale_251.txt │ │ ├── rolled-in_scale_252.txt │ │ ├── rolled-in_scale_253.txt │ │ ├── rolled-in_scale_254.txt │ │ ├── rolled-in_scale_255.txt │ │ ├── rolled-in_scale_256.txt │ │ ├── rolled-in_scale_257.txt │ │ ├── rolled-in_scale_258.txt │ │ ├── rolled-in_scale_259.txt │ │ ├── rolled-in_scale_26.txt │ │ ├── rolled-in_scale_260.txt │ │ ├── rolled-in_scale_261.txt │ │ ├── rolled-in_scale_262.txt │ │ ├── rolled-in_scale_263.txt │ │ ├── rolled-in_scale_264.txt │ │ ├── rolled-in_scale_265.txt │ │ ├── rolled-in_scale_266.txt │ │ ├── rolled-in_scale_267.txt │ │ ├── rolled-in_scale_268.txt │ │ ├── rolled-in_scale_269.txt │ │ ├── rolled-in_scale_27.txt │ │ ├── rolled-in_scale_270.txt │ │ ├── rolled-in_scale_28.txt │ │ ├── rolled-in_scale_29.txt │ │ ├── rolled-in_scale_3.txt │ │ ├── rolled-in_scale_30.txt │ │ ├── rolled-in_scale_31.txt │ │ ├── rolled-in_scale_32.txt │ │ ├── rolled-in_scale_33.txt │ │ ├── rolled-in_scale_34.txt │ │ ├── rolled-in_scale_35.txt │ │ ├── rolled-in_scale_36.txt │ │ ├── rolled-in_scale_37.txt │ │ ├── rolled-in_scale_38.txt │ │ ├── rolled-in_scale_39.txt │ │ ├── rolled-in_scale_4.txt │ │ ├── rolled-in_scale_40.txt │ │ ├── rolled-in_scale_41.txt │ │ ├── rolled-in_scale_42.txt │ │ ├── rolled-in_scale_43.txt │ │ ├── rolled-in_scale_44.txt │ │ ├── rolled-in_scale_45.txt │ │ ├── rolled-in_scale_46.txt │ │ ├── rolled-in_scale_47.txt │ │ ├── rolled-in_scale_48.txt │ │ ├── rolled-in_scale_49.txt │ │ ├── rolled-in_scale_5.txt │ │ ├── rolled-in_scale_50.txt │ │ ├── rolled-in_scale_51.txt │ │ ├── rolled-in_scale_52.txt │ │ ├── rolled-in_scale_53.txt │ │ ├── rolled-in_scale_54.txt │ │ ├── rolled-in_scale_55.txt │ │ ├── rolled-in_scale_56.txt │ │ ├── rolled-in_scale_57.txt │ │ ├── rolled-in_scale_58.txt │ │ ├── rolled-in_scale_59.txt │ │ ├── rolled-in_scale_6.txt │ │ ├── rolled-in_scale_60.txt │ │ ├── rolled-in_scale_61.txt │ │ ├── rolled-in_scale_62.txt │ │ ├── rolled-in_scale_63.txt │ │ ├── rolled-in_scale_64.txt │ │ ├── rolled-in_scale_65.txt │ │ ├── rolled-in_scale_66.txt │ │ ├── rolled-in_scale_67.txt │ │ ├── rolled-in_scale_68.txt │ │ ├── rolled-in_scale_69.txt │ │ ├── rolled-in_scale_7.txt │ │ ├── rolled-in_scale_70.txt │ │ ├── rolled-in_scale_71.txt │ │ ├── rolled-in_scale_72.txt │ │ ├── rolled-in_scale_73.txt │ │ ├── rolled-in_scale_74.txt │ │ ├── rolled-in_scale_75.txt │ │ ├── rolled-in_scale_76.txt │ │ ├── rolled-in_scale_77.txt │ │ ├── rolled-in_scale_78.txt │ │ ├── rolled-in_scale_79.txt │ │ ├── rolled-in_scale_8.txt │ │ ├── rolled-in_scale_80.txt │ │ ├── rolled-in_scale_81.txt │ │ ├── rolled-in_scale_82.txt │ │ ├── rolled-in_scale_83.txt │ │ ├── rolled-in_scale_84.txt │ │ ├── rolled-in_scale_85.txt │ │ ├── rolled-in_scale_86.txt │ │ ├── rolled-in_scale_87.txt │ │ ├── rolled-in_scale_88.txt │ │ ├── rolled-in_scale_89.txt │ │ ├── rolled-in_scale_9.txt │ │ ├── rolled-in_scale_90.txt │ │ ├── rolled-in_scale_91.txt │ │ ├── rolled-in_scale_92.txt │ │ ├── rolled-in_scale_93.txt │ │ ├── rolled-in_scale_94.txt │ │ ├── rolled-in_scale_95.txt │ │ ├── rolled-in_scale_96.txt │ │ ├── rolled-in_scale_97.txt │ │ ├── rolled-in_scale_98.txt │ │ ├── rolled-in_scale_99.txt │ │ ├── scratches_1.txt │ │ ├── scratches_10.txt │ │ ├── scratches_100.txt │ │ ├── scratches_101.txt │ │ ├── scratches_102.txt │ │ ├── scratches_103.txt │ │ ├── scratches_104.txt │ │ ├── scratches_105.txt │ │ ├── scratches_106.txt │ │ ├── scratches_107.txt │ │ ├── scratches_108.txt │ │ ├── scratches_109.txt │ │ ├── scratches_11.txt │ │ ├── scratches_110.txt │ │ ├── scratches_111.txt │ │ ├── scratches_112.txt │ │ ├── scratches_113.txt │ │ ├── scratches_114.txt │ │ ├── scratches_115.txt │ │ ├── scratches_116.txt │ │ ├── scratches_117.txt │ │ ├── scratches_118.txt │ │ ├── scratches_119.txt │ │ ├── scratches_12.txt │ │ ├── scratches_120.txt │ │ ├── scratches_121.txt │ │ ├── scratches_122.txt │ │ ├── scratches_123.txt │ │ ├── scratches_124.txt │ │ ├── scratches_125.txt │ │ ├── scratches_126.txt │ │ ├── scratches_127.txt │ │ ├── scratches_128.txt │ │ ├── scratches_129.txt │ │ ├── scratches_13.txt │ │ ├── scratches_130.txt │ │ ├── scratches_131.txt │ │ ├── scratches_132.txt │ │ ├── scratches_133.txt │ │ ├── scratches_134.txt │ │ ├── scratches_135.txt │ │ ├── scratches_136.txt │ │ ├── scratches_137.txt │ │ ├── scratches_138.txt │ │ ├── scratches_139.txt │ │ ├── scratches_14.txt │ │ ├── scratches_140.txt │ │ ├── scratches_141.txt │ │ ├── scratches_142.txt │ │ ├── scratches_143.txt │ │ ├── scratches_144.txt │ │ ├── scratches_145.txt │ │ ├── scratches_146.txt │ │ ├── scratches_147.txt │ │ ├── scratches_148.txt │ │ ├── scratches_149.txt │ │ ├── scratches_15.txt │ │ ├── scratches_150.txt │ │ ├── scratches_151.txt │ │ ├── scratches_152.txt │ │ ├── scratches_153.txt │ │ ├── scratches_154.txt │ │ ├── scratches_155.txt │ │ ├── scratches_156.txt │ │ ├── scratches_157.txt │ │ ├── scratches_158.txt │ │ ├── scratches_159.txt │ │ ├── scratches_16.txt │ │ ├── scratches_160.txt │ │ ├── scratches_161.txt │ │ ├── scratches_162.txt │ │ ├── scratches_163.txt │ │ ├── scratches_164.txt │ │ ├── scratches_165.txt │ │ ├── scratches_166.txt │ │ ├── scratches_167.txt │ │ ├── scratches_168.txt │ │ ├── scratches_169.txt │ │ ├── scratches_17.txt │ │ ├── scratches_170.txt │ │ ├── scratches_171.txt │ │ ├── scratches_172.txt │ │ ├── scratches_173.txt │ │ ├── scratches_174.txt │ │ ├── scratches_175.txt │ │ ├── scratches_176.txt │ │ ├── scratches_177.txt │ │ ├── scratches_178.txt │ │ ├── scratches_179.txt │ │ ├── scratches_18.txt │ │ ├── scratches_180.txt │ │ ├── scratches_181.txt │ │ ├── scratches_182.txt │ │ ├── scratches_183.txt │ │ ├── scratches_184.txt │ │ ├── scratches_185.txt │ │ ├── scratches_186.txt │ │ ├── scratches_187.txt │ │ ├── scratches_188.txt │ │ ├── scratches_189.txt │ │ ├── scratches_19.txt │ │ ├── scratches_190.txt │ │ ├── scratches_191.txt │ │ ├── scratches_192.txt │ │ ├── scratches_193.txt │ │ ├── scratches_194.txt │ │ ├── scratches_195.txt │ │ ├── scratches_196.txt │ │ ├── scratches_197.txt │ │ ├── scratches_198.txt │ │ ├── scratches_199.txt │ │ ├── scratches_2.txt │ │ ├── scratches_20.txt │ │ ├── scratches_200.txt │ │ ├── scratches_201.txt │ │ ├── scratches_202.txt │ │ ├── scratches_203.txt │ │ ├── scratches_204.txt │ │ ├── scratches_205.txt │ │ ├── scratches_206.txt │ │ ├── scratches_207.txt │ │ ├── scratches_208.txt │ │ ├── scratches_209.txt │ │ ├── scratches_21.txt │ │ ├── scratches_210.txt │ │ ├── scratches_211.txt │ │ ├── scratches_212.txt │ │ ├── scratches_213.txt │ │ ├── scratches_214.txt │ │ ├── scratches_215.txt │ │ ├── scratches_216.txt │ │ ├── scratches_217.txt │ │ ├── scratches_218.txt │ │ ├── scratches_219.txt │ │ ├── scratches_22.txt │ │ ├── scratches_220.txt │ │ ├── scratches_221.txt │ │ ├── scratches_222.txt │ │ ├── scratches_223.txt │ │ ├── scratches_224.txt │ │ ├── scratches_225.txt │ │ ├── scratches_226.txt │ │ ├── scratches_227.txt │ │ ├── scratches_228.txt │ │ ├── scratches_229.txt │ │ ├── scratches_23.txt │ │ ├── scratches_230.txt │ │ ├── scratches_231.txt │ │ ├── scratches_232.txt │ │ ├── scratches_233.txt │ │ ├── scratches_234.txt │ │ ├── scratches_235.txt │ │ ├── scratches_236.txt │ │ ├── scratches_237.txt │ │ ├── scratches_238.txt │ │ ├── scratches_239.txt │ │ ├── scratches_24.txt │ │ ├── scratches_240.txt │ │ ├── scratches_241.txt │ │ ├── scratches_242.txt │ │ ├── scratches_243.txt │ │ ├── scratches_244.txt │ │ ├── scratches_245.txt │ │ ├── scratches_246.txt │ │ ├── scratches_247.txt │ │ ├── scratches_248.txt │ │ ├── scratches_249.txt │ │ ├── scratches_25.txt │ │ ├── scratches_250.txt │ │ ├── scratches_251.txt │ │ ├── scratches_252.txt │ │ ├── scratches_253.txt │ │ ├── scratches_254.txt │ │ ├── scratches_255.txt │ │ ├── scratches_256.txt │ │ ├── scratches_257.txt │ │ ├── scratches_258.txt │ │ ├── scratches_259.txt │ │ ├── scratches_26.txt │ │ ├── scratches_260.txt │ │ ├── scratches_261.txt │ │ ├── scratches_262.txt │ │ ├── scratches_263.txt │ │ ├── scratches_264.txt │ │ ├── scratches_265.txt │ │ ├── scratches_266.txt │ │ ├── scratches_267.txt │ │ ├── scratches_268.txt │ │ ├── scratches_269.txt │ │ ├── scratches_27.txt │ │ ├── scratches_270.txt │ │ ├── scratches_28.txt │ │ ├── scratches_29.txt │ │ ├── scratches_3.txt │ │ ├── scratches_30.txt │ │ ├── scratches_31.txt │ │ ├── scratches_32.txt │ │ ├── scratches_33.txt │ │ ├── scratches_34.txt │ │ ├── scratches_35.txt │ │ ├── scratches_36.txt │ │ ├── scratches_37.txt │ │ ├── scratches_38.txt │ │ ├── scratches_39.txt │ │ ├── scratches_4.txt │ │ ├── scratches_40.txt │ │ ├── scratches_41.txt │ │ ├── scratches_42.txt │ │ ├── scratches_43.txt │ │ ├── scratches_44.txt │ │ ├── scratches_45.txt │ │ ├── scratches_46.txt │ │ ├── scratches_47.txt │ │ ├── scratches_48.txt │ │ ├── scratches_49.txt │ │ ├── scratches_5.txt │ │ ├── scratches_50.txt │ │ ├── scratches_51.txt │ │ ├── scratches_52.txt │ │ ├── scratches_53.txt │ │ ├── scratches_54.txt │ │ ├── scratches_55.txt │ │ ├── scratches_56.txt │ │ ├── scratches_57.txt │ │ ├── scratches_58.txt │ │ ├── scratches_59.txt │ │ ├── scratches_6.txt │ │ ├── scratches_60.txt │ │ ├── scratches_61.txt │ │ ├── scratches_62.txt │ │ ├── scratches_63.txt │ │ ├── scratches_64.txt │ │ ├── scratches_65.txt │ │ ├── scratches_66.txt │ │ ├── scratches_67.txt │ │ ├── scratches_68.txt │ │ ├── scratches_69.txt │ │ ├── scratches_7.txt │ │ ├── scratches_70.txt │ │ ├── scratches_71.txt │ │ ├── scratches_72.txt │ │ ├── scratches_73.txt │ │ ├── scratches_74.txt │ │ ├── scratches_75.txt │ │ ├── scratches_76.txt │ │ ├── scratches_77.txt │ │ ├── scratches_78.txt │ │ ├── scratches_79.txt │ │ ├── scratches_8.txt │ │ ├── scratches_80.txt │ │ ├── scratches_81.txt │ │ ├── scratches_82.txt │ │ ├── scratches_83.txt │ │ ├── scratches_84.txt │ │ ├── scratches_85.txt │ │ ├── scratches_86.txt │ │ ├── scratches_87.txt │ │ ├── scratches_88.txt │ │ ├── scratches_89.txt │ │ ├── scratches_9.txt │ │ ├── scratches_90.txt │ │ ├── scratches_91.txt │ │ ├── scratches_92.txt │ │ ├── scratches_93.txt │ │ ├── scratches_94.txt │ │ ├── scratches_95.txt │ │ ├── scratches_96.txt │ │ ├── scratches_97.txt │ │ ├── scratches_98.txt │ │ └── scratches_99.txt └── data.yaml ├── docker ├── Dockerfile ├── Dockerfile-arm64 ├── Dockerfile-conda ├── Dockerfile-cpu ├── Dockerfile-jetson ├── Dockerfile-python └── Dockerfile-runner ├── docs ├── CNAME ├── README.md ├── SECURITY.md ├── assets │ └── favicon.ico ├── build_reference.py ├── datasets │ ├── classify │ │ ├── caltech101.md │ │ ├── caltech256.md │ │ ├── cifar10.md │ │ ├── cifar100.md │ │ ├── fashion-mnist.md │ │ ├── imagenet.md │ │ ├── imagenet10.md │ │ ├── imagenette.md │ │ ├── imagewoof.md │ │ ├── index.md │ │ └── mnist.md │ ├── detect │ │ ├── argoverse.md │ │ ├── coco.md │ │ ├── coco8.md │ │ ├── globalwheat2020.md │ │ ├── index.md │ │ ├── objects365.md │ │ ├── open-images-v7.md │ │ ├── sku-110k.md │ │ ├── visdrone.md │ │ ├── voc.md │ │ └── xview.md │ ├── index.md │ ├── obb │ │ ├── dota-v2.md │ │ └── index.md │ ├── pose │ │ ├── coco.md │ │ ├── coco8-pose.md │ │ ├── index.md │ │ └── tiger-pose.md │ ├── segment │ │ ├── coco.md │ │ ├── coco8-seg.md │ │ └── index.md │ └── track │ │ └── index.md ├── guides │ ├── azureml-quickstart.md │ ├── conda-quickstart.md │ ├── docker-quickstart.md │ ├── hyperparameter-tuning.md │ ├── index.md │ ├── kfold-cross-validation.md │ ├── raspberry-pi.md │ ├── sahi-tiled-inference.md │ ├── triton-inference-server.md │ └── yolo-common-issues.md ├── help │ ├── CI.md │ ├── CLA.md │ ├── FAQ.md │ ├── code_of_conduct.md │ ├── contributing.md │ ├── environmental-health-safety.md │ ├── index.md │ └── minimum_reproducible_example.md ├── hub │ ├── app │ │ ├── android.md │ │ ├── index.md │ │ └── ios.md │ ├── datasets.md │ ├── index.md │ ├── inference_api.md │ ├── integrations.md │ ├── models.md │ ├── projects.md │ └── quickstart.md ├── index.md ├── integrations │ ├── index.md │ ├── mlflow.md │ ├── openvino.md │ ├── ray-tune.md │ └── roboflow.md ├── models │ ├── fast-sam.md │ ├── index.md │ ├── mobile-sam.md │ ├── rtdetr.md │ ├── sam.md │ ├── yolo-nas.md │ ├── yolov3.md │ ├── yolov4.md │ ├── yolov5.md │ ├── yolov6.md │ ├── yolov7.md │ └── yolov8.md ├── modes │ ├── benchmark.md │ ├── export.md │ ├── index.md │ ├── predict.md │ ├── track.md │ ├── train.md │ └── val.md ├── overrides │ └── partials │ │ ├── comments.html │ │ └── source-file.html ├── quickstart.md ├── reference │ ├── cfg │ │ └── __init__.md │ ├── data │ │ ├── annotator.md │ │ ├── augment.md │ │ ├── base.md │ │ ├── build.md │ │ ├── converter.md │ │ ├── dataset.md │ │ ├── loaders.md │ │ └── utils.md │ ├── engine │ │ ├── exporter.md │ │ ├── model.md │ │ ├── predictor.md │ │ ├── results.md │ │ ├── trainer.md │ │ ├── tuner.md │ │ └── validator.md │ ├── hub │ │ ├── __init__.md │ │ ├── auth.md │ │ ├── session.md │ │ └── utils.md │ ├── models │ │ ├── fastsam │ │ │ ├── model.md │ │ │ ├── predict.md │ │ │ ├── prompt.md │ │ │ ├── utils.md │ │ │ └── val.md │ │ ├── nas │ │ │ ├── model.md │ │ │ ├── predict.md │ │ │ └── val.md │ │ ├── rtdetr │ │ │ ├── model.md │ │ │ ├── predict.md │ │ │ ├── train.md │ │ │ └── val.md │ │ ├── sam │ │ │ ├── amg.md │ │ │ ├── build.md │ │ │ ├── model.md │ │ │ ├── modules │ │ │ │ ├── decoders.md │ │ │ │ ├── encoders.md │ │ │ │ ├── sam.md │ │ │ │ ├── tiny_encoder.md │ │ │ │ └── transformer.md │ │ │ └── predict.md │ │ ├── utils │ │ │ ├── loss.md │ │ │ └── ops.md │ │ └── yolo │ │ │ ├── classify │ │ │ ├── predict.md │ │ │ ├── train.md │ │ │ └── val.md │ │ │ ├── detect │ │ │ ├── predict.md │ │ │ ├── train.md │ │ │ └── val.md │ │ │ ├── model.md │ │ │ ├── pose │ │ │ ├── predict.md │ │ │ ├── train.md │ │ │ └── val.md │ │ │ └── segment │ │ │ ├── predict.md │ │ │ ├── train.md │ │ │ └── val.md │ ├── nn │ │ ├── autobackend.md │ │ ├── modules │ │ │ ├── block.md │ │ │ ├── conv.md │ │ │ ├── head.md │ │ │ ├── transformer.md │ │ │ └── utils.md │ │ └── tasks.md │ ├── trackers │ │ ├── basetrack.md │ │ ├── bot_sort.md │ │ ├── byte_tracker.md │ │ ├── track.md │ │ └── utils │ │ │ ├── gmc.md │ │ │ ├── kalman_filter.md │ │ │ └── matching.md │ └── utils │ │ ├── __init__.md │ │ ├── autobatch.md │ │ ├── benchmarks.md │ │ ├── callbacks │ │ ├── base.md │ │ ├── clearml.md │ │ ├── comet.md │ │ ├── dvc.md │ │ ├── hub.md │ │ ├── mlflow.md │ │ ├── neptune.md │ │ ├── raytune.md │ │ ├── tensorboard.md │ │ └── wb.md │ │ ├── checks.md │ │ ├── dist.md │ │ ├── downloads.md │ │ ├── errors.md │ │ ├── files.md │ │ ├── instance.md │ │ ├── loss.md │ │ ├── metrics.md │ │ ├── ops.md │ │ ├── patches.md │ │ ├── plotting.md │ │ ├── tal.md │ │ ├── torch_utils.md │ │ ├── triton.md │ │ └── tuner.md ├── robots.txt ├── stylesheets │ └── style.css ├── tasks │ ├── classify.md │ ├── detect.md │ ├── index.md │ ├── pose.md │ └── segment.md ├── usage │ ├── callbacks.md │ ├── cfg.md │ ├── cli.md │ ├── engine.md │ └── python.md ├── yolov5 │ ├── environments │ │ ├── aws_quickstart_tutorial.md │ │ ├── azureml_quickstart_tutorial.md │ │ ├── docker_image_quickstart_tutorial.md │ │ └── google_cloud_quickstart_tutorial.md │ ├── index.md │ ├── quickstart_tutorial.md │ └── tutorials │ │ ├── architecture_description.md │ │ ├── clearml_logging_integration.md │ │ ├── comet_logging_integration.md │ │ ├── hyperparameter_evolution.md │ │ ├── model_ensembling.md │ │ ├── model_export.md │ │ ├── model_pruning_and_sparsity.md │ │ ├── multi_gpu_training.md │ │ ├── neural_magic_pruning_quantization.md │ │ ├── pytorch_hub_model_loading.md │ │ ├── roboflow_datasets_integration.md │ │ ├── running_on_jetson_nano.md │ │ ├── test_time_augmentation.md │ │ ├── tips_for_best_training_results.md │ │ ├── train_custom_data.md │ │ └── transfer_learning_with_frozen_layers.md └── zh │ └── index.md ├── examples ├── README.md ├── YOLOv8-CPP-Inference │ ├── CMakeLists.txt │ ├── README.md │ ├── inference.cpp │ ├── inference.h │ └── main.cpp ├── YOLOv8-ONNXRuntime-CPP │ ├── CMakeLists.txt │ ├── README.md │ ├── inference.cpp │ ├── inference.h │ └── main.cpp ├── YOLOv8-ONNXRuntime │ ├── README.md │ └── main.py ├── YOLOv8-OpenCV-ONNX-Python │ ├── README.md │ └── main.py ├── YOLOv8-Region-Counter │ ├── readme.md │ └── yolov8_region_counter.py ├── YOLOv8-SAHI-Inference-Video │ ├── readme.md │ └── yolov8_sahi.py ├── hub.ipynb └── tutorial.ipynb ├── mkdocs.yml ├── requirements.txt ├── setup.cfg ├── setup.py ├── tests ├── conftest.py ├── test_cli.py ├── test_cuda.py ├── test_engine.py ├── test_integrations.py └── test_python.py ├── train_final.py ├── ultralytics.egg-info ├── PKG-INFO ├── SOURCES.txt ├── dependency_links.txt ├── entry_points.txt ├── requires.txt └── top_level.txt ├── ultralytics ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-310.pyc │ ├── __init__.cpython-38.pyc │ └── __init__.cpython-39.pyc ├── assets │ ├── bus.jpg │ └── zidane.jpg ├── cfg │ ├── .ipynb_checkpoints │ │ └── default-checkpoint.yaml │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ └── __init__.cpython-39.pyc │ ├── datasets │ │ ├── Argoverse.yaml │ │ ├── DOTAv2.yaml │ │ ├── GlobalWheat2020.yaml │ │ ├── ImageNet.yaml │ │ ├── Objects365.yaml │ │ ├── SKU-110K.yaml │ │ ├── VOC.yaml │ │ ├── VisDrone.yaml │ │ ├── coco-pose.yaml │ │ ├── coco.yaml │ │ ├── coco128-seg.yaml │ │ ├── coco128.yaml │ │ ├── coco8-pose.yaml │ │ ├── coco8-seg.yaml │ │ ├── coco8.yaml │ │ ├── open-images-v7.yaml │ │ ├── tiger-pose.yaml │ │ └── xView.yaml │ ├── default.yaml │ ├── models │ │ ├── README.md │ │ ├── rt-detr │ │ │ ├── rtdetr-l.yaml │ │ │ └── rtdetr-x.yaml │ │ ├── v3 │ │ │ ├── yolov3-spp.yaml │ │ │ ├── yolov3-tiny.yaml │ │ │ └── yolov3.yaml │ │ ├── v5 │ │ │ ├── yolov5-p6.yaml │ │ │ └── yolov5.yaml │ │ ├── v6 │ │ │ └── yolov6.yaml │ │ └── v8 │ │ │ ├── .ipynb_checkpoints │ │ │ ├── yolov8_swinTrans-checkpoint.yaml │ │ │ └── yolov8_swintransformer-checkpoint.yaml │ │ │ ├── yolov8-cls.yaml │ │ │ ├── yolov8-p2.yaml │ │ │ ├── yolov8-p6.yaml │ │ │ ├── yolov8-pose-p6.yaml │ │ │ ├── yolov8-pose.yaml │ │ │ ├── yolov8-rtdetr.yaml │ │ │ ├── yolov8-seg-p6.yaml │ │ │ ├── yolov8-seg.yaml │ │ │ ├── yolov8.yaml │ │ │ ├── yolov8_ShuffleAttention.yaml │ │ │ ├── yolov8__CoorAtt.yaml │ │ │ ├── yolov8_one_swinTrans.yaml │ │ │ └── yolov8_three_swinTrans.yaml │ └── trackers │ │ ├── botsort.yaml │ │ └── bytetrack.yaml ├── data │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── augment.cpython-310.pyc │ │ ├── augment.cpython-38.pyc │ │ ├── augment.cpython-39.pyc │ │ ├── base.cpython-310.pyc │ │ ├── base.cpython-38.pyc │ │ ├── base.cpython-39.pyc │ │ ├── build.cpython-310.pyc │ │ ├── build.cpython-38.pyc │ │ ├── build.cpython-39.pyc │ │ ├── converter.cpython-310.pyc │ │ ├── converter.cpython-38.pyc │ │ ├── converter.cpython-39.pyc │ │ ├── dataset.cpython-310.pyc │ │ ├── dataset.cpython-38.pyc │ │ ├── dataset.cpython-39.pyc │ │ ├── loaders.cpython-310.pyc │ │ ├── loaders.cpython-38.pyc │ │ ├── loaders.cpython-39.pyc │ │ ├── utils.cpython-310.pyc │ │ ├── utils.cpython-38.pyc │ │ └── utils.cpython-39.pyc │ ├── annotator.py │ ├── augment.py │ ├── base.py │ ├── build.py │ ├── converter.py │ ├── dataset.py │ ├── loaders.py │ ├── scripts │ │ ├── download_weights.sh │ │ ├── get_coco.sh │ │ ├── get_coco128.sh │ │ └── get_imagenet.sh │ └── utils.py ├── engine │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── exporter.cpython-310.pyc │ │ ├── exporter.cpython-38.pyc │ │ ├── exporter.cpython-39.pyc │ │ ├── model.cpython-310.pyc │ │ ├── model.cpython-38.pyc │ │ ├── model.cpython-39.pyc │ │ ├── predictor.cpython-310.pyc │ │ ├── predictor.cpython-38.pyc │ │ ├── predictor.cpython-39.pyc │ │ ├── results.cpython-310.pyc │ │ ├── results.cpython-38.pyc │ │ ├── results.cpython-39.pyc │ │ ├── trainer.cpython-310.pyc │ │ ├── trainer.cpython-38.pyc │ │ ├── trainer.cpython-39.pyc │ │ ├── validator.cpython-310.pyc │ │ ├── validator.cpython-38.pyc │ │ └── validator.cpython-39.pyc │ ├── exporter.py │ ├── model.py │ ├── predictor.py │ ├── results.py │ ├── trainer.py │ ├── tuner.py │ └── validator.py ├── hub │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── auth.cpython-310.pyc │ │ ├── auth.cpython-38.pyc │ │ ├── auth.cpython-39.pyc │ │ ├── utils.cpython-310.pyc │ │ ├── utils.cpython-38.pyc │ │ └── utils.cpython-39.pyc │ ├── auth.py │ ├── session.py │ └── utils.py ├── models │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ └── __init__.cpython-39.pyc │ ├── fastsam │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── model.cpython-310.pyc │ │ │ ├── model.cpython-38.pyc │ │ │ ├── model.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── prompt.cpython-310.pyc │ │ │ ├── prompt.cpython-38.pyc │ │ │ ├── prompt.cpython-39.pyc │ │ │ ├── utils.cpython-310.pyc │ │ │ ├── utils.cpython-38.pyc │ │ │ ├── utils.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── model.py │ │ ├── predict.py │ │ ├── prompt.py │ │ ├── utils.py │ │ └── val.py │ ├── nas │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── model.cpython-310.pyc │ │ │ ├── model.cpython-38.pyc │ │ │ ├── model.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── model.py │ │ ├── predict.py │ │ └── val.py │ ├── rtdetr │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── model.cpython-310.pyc │ │ │ ├── model.cpython-38.pyc │ │ │ ├── model.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── train.cpython-310.pyc │ │ │ ├── train.cpython-38.pyc │ │ │ ├── train.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── model.py │ │ ├── predict.py │ │ ├── train.py │ │ └── val.py │ ├── sam │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── amg.cpython-310.pyc │ │ │ ├── amg.cpython-38.pyc │ │ │ ├── amg.cpython-39.pyc │ │ │ ├── build.cpython-310.pyc │ │ │ ├── build.cpython-38.pyc │ │ │ ├── build.cpython-39.pyc │ │ │ ├── model.cpython-310.pyc │ │ │ ├── model.cpython-38.pyc │ │ │ ├── model.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ └── predict.cpython-39.pyc │ │ ├── amg.py │ │ ├── build.py │ │ ├── model.py │ │ ├── modules │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-310.pyc │ │ │ │ ├── __init__.cpython-38.pyc │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ ├── decoders.cpython-310.pyc │ │ │ │ ├── decoders.cpython-38.pyc │ │ │ │ ├── decoders.cpython-39.pyc │ │ │ │ ├── encoders.cpython-310.pyc │ │ │ │ ├── encoders.cpython-38.pyc │ │ │ │ ├── encoders.cpython-39.pyc │ │ │ │ ├── sam.cpython-310.pyc │ │ │ │ ├── sam.cpython-38.pyc │ │ │ │ ├── sam.cpython-39.pyc │ │ │ │ ├── tiny_encoder.cpython-310.pyc │ │ │ │ ├── tiny_encoder.cpython-38.pyc │ │ │ │ ├── tiny_encoder.cpython-39.pyc │ │ │ │ ├── transformer.cpython-310.pyc │ │ │ │ ├── transformer.cpython-38.pyc │ │ │ │ └── transformer.cpython-39.pyc │ │ │ ├── decoders.py │ │ │ ├── encoders.py │ │ │ ├── sam.py │ │ │ ├── tiny_encoder.py │ │ │ └── transformer.py │ │ └── predict.py │ ├── utils │ │ ├── __init__.py │ │ ├── loss.py │ │ └── ops.py │ └── yolo │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── model.cpython-310.pyc │ │ ├── model.cpython-38.pyc │ │ └── model.cpython-39.pyc │ │ ├── classify │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── train.cpython-310.pyc │ │ │ ├── train.cpython-38.pyc │ │ │ ├── train.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── predict.py │ │ ├── train.py │ │ └── val.py │ │ ├── detect │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── train.cpython-310.pyc │ │ │ ├── train.cpython-38.pyc │ │ │ ├── train.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── predict.py │ │ ├── train.py │ │ ├── val.py │ │ └── yolov8s.pt │ │ ├── model.py │ │ ├── pose │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── predict.cpython-310.pyc │ │ │ ├── predict.cpython-38.pyc │ │ │ ├── predict.cpython-39.pyc │ │ │ ├── train.cpython-310.pyc │ │ │ ├── train.cpython-38.pyc │ │ │ ├── train.cpython-39.pyc │ │ │ ├── val.cpython-310.pyc │ │ │ ├── val.cpython-38.pyc │ │ │ └── val.cpython-39.pyc │ │ ├── predict.py │ │ ├── train.py │ │ └── val.py │ │ └── segment │ │ ├── __init__.py │ │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── predict.cpython-310.pyc │ │ ├── predict.cpython-38.pyc │ │ ├── predict.cpython-39.pyc │ │ ├── train.cpython-310.pyc │ │ ├── train.cpython-38.pyc │ │ ├── train.cpython-39.pyc │ │ ├── val.cpython-310.pyc │ │ ├── val.cpython-38.pyc │ │ └── val.cpython-39.pyc │ │ ├── predict.py │ │ ├── train.py │ │ └── val.py ├── nn │ ├── .ipynb_checkpoints │ │ ├── __init__-checkpoint.py │ │ └── tasks-checkpoint.py │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── autobackend.cpython-310.pyc │ │ ├── autobackend.cpython-38.pyc │ │ ├── autobackend.cpython-39.pyc │ │ ├── tasks.cpython-310.pyc │ │ ├── tasks.cpython-38.pyc │ │ └── tasks.cpython-39.pyc │ ├── autobackend.py │ ├── modules │ │ ├── .ipynb_checkpoints │ │ │ ├── __init__-checkpoint.py │ │ │ └── conv-checkpoint.py │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-310.pyc │ │ │ ├── __init__.cpython-38.pyc │ │ │ ├── __init__.cpython-39.pyc │ │ │ ├── block.cpython-310.pyc │ │ │ ├── block.cpython-38.pyc │ │ │ ├── block.cpython-39.pyc │ │ │ ├── conv.cpython-310.pyc │ │ │ ├── conv.cpython-38.pyc │ │ │ ├── conv.cpython-39.pyc │ │ │ ├── head.cpython-310.pyc │ │ │ ├── head.cpython-38.pyc │ │ │ ├── head.cpython-39.pyc │ │ │ ├── transformer.cpython-310.pyc │ │ │ ├── transformer.cpython-38.pyc │ │ │ ├── transformer.cpython-39.pyc │ │ │ ├── utils.cpython-310.pyc │ │ │ ├── utils.cpython-38.pyc │ │ │ └── utils.cpython-39.pyc │ │ ├── block.py │ │ ├── conv.py │ │ ├── head.py │ │ ├── transformer.py │ │ └── utils.py │ └── tasks.py ├── runs │ └── detect │ │ └── predict │ │ ├── bus.jpg │ │ └── zidane.jpg ├── trackers │ ├── README.md │ ├── __init__.py │ ├── basetrack.py │ ├── bot_sort.py │ ├── byte_tracker.py │ ├── track.py │ └── utils │ │ ├── __init__.py │ │ ├── gmc.py │ │ ├── kalman_filter.py │ │ └── matching.py └── utils │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-310.pyc │ ├── __init__.cpython-38.pyc │ ├── __init__.cpython-39.pyc │ ├── autobatch.cpython-310.pyc │ ├── autobatch.cpython-38.pyc │ ├── autobatch.cpython-39.pyc │ ├── checks.cpython-310.pyc │ ├── checks.cpython-38.pyc │ ├── checks.cpython-39.pyc │ ├── dist.cpython-310.pyc │ ├── dist.cpython-38.pyc │ ├── dist.cpython-39.pyc │ ├── downloads.cpython-310.pyc │ ├── downloads.cpython-38.pyc │ ├── downloads.cpython-39.pyc │ ├── files.cpython-310.pyc │ ├── files.cpython-38.pyc │ ├── files.cpython-39.pyc │ ├── instance.cpython-310.pyc │ ├── instance.cpython-38.pyc │ ├── instance.cpython-39.pyc │ ├── loss.cpython-310.pyc │ ├── loss.cpython-38.pyc │ ├── loss.cpython-39.pyc │ ├── metrics.cpython-310.pyc │ ├── metrics.cpython-38.pyc │ ├── metrics.cpython-39.pyc │ ├── ops.cpython-310.pyc │ ├── ops.cpython-38.pyc │ ├── ops.cpython-39.pyc │ ├── patches.cpython-310.pyc │ ├── patches.cpython-38.pyc │ ├── patches.cpython-39.pyc │ ├── plotting.cpython-310.pyc │ ├── plotting.cpython-38.pyc │ ├── plotting.cpython-39.pyc │ ├── tal.cpython-310.pyc │ ├── tal.cpython-38.pyc │ ├── tal.cpython-39.pyc │ ├── torch_utils.cpython-310.pyc │ ├── torch_utils.cpython-38.pyc │ └── torch_utils.cpython-39.pyc │ ├── autobatch.py │ ├── benchmarks.py │ ├── callbacks │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-38.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── base.cpython-310.pyc │ │ ├── base.cpython-38.pyc │ │ ├── base.cpython-39.pyc │ │ ├── clearml.cpython-310.pyc │ │ ├── clearml.cpython-38.pyc │ │ ├── clearml.cpython-39.pyc │ │ ├── comet.cpython-310.pyc │ │ ├── comet.cpython-38.pyc │ │ ├── comet.cpython-39.pyc │ │ ├── dvc.cpython-310.pyc │ │ ├── dvc.cpython-38.pyc │ │ ├── dvc.cpython-39.pyc │ │ ├── hub.cpython-310.pyc │ │ ├── hub.cpython-38.pyc │ │ ├── hub.cpython-39.pyc │ │ ├── mlflow.cpython-310.pyc │ │ ├── mlflow.cpython-38.pyc │ │ ├── mlflow.cpython-39.pyc │ │ ├── neptune.cpython-310.pyc │ │ ├── neptune.cpython-38.pyc │ │ ├── neptune.cpython-39.pyc │ │ ├── raytune.cpython-310.pyc │ │ ├── raytune.cpython-38.pyc │ │ ├── raytune.cpython-39.pyc │ │ ├── tensorboard.cpython-310.pyc │ │ ├── tensorboard.cpython-38.pyc │ │ ├── tensorboard.cpython-39.pyc │ │ ├── wb.cpython-310.pyc │ │ ├── wb.cpython-38.pyc │ │ └── wb.cpython-39.pyc │ ├── base.py │ ├── clearml.py │ ├── comet.py │ ├── dvc.py │ ├── hub.py │ ├── mlflow.py │ ├── neptune.py │ ├── raytune.py │ ├── tensorboard.py │ └── wb.py │ ├── checks.py │ ├── dist.py │ ├── downloads.py │ ├── errors.py │ ├── files.py │ ├── instance.py │ ├── loss.py │ ├── metrics.py │ ├── ops.py │ ├── patches.py │ ├── plotting.py │ ├── tal.py │ ├── torch_utils.py │ ├── triton.py │ └── tuner.py ├── xml_to_txt.py ├── yolov8n.pt └── yolov8s.pt /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/.idea/deployment.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/ultralytics-main.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/.idea/ultralytics-main.iml -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/README.md -------------------------------------------------------------------------------- /README.zh-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/README.zh-CN.md -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_271.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_272.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_273.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_274.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_275.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_276.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_277.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_278.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_279.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_280.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_281.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_282.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_283.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_283.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_284.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_285.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_286.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_286.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_287.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_288.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_289.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_290.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_291.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_292.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_292.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_293.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_294.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_294.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_295.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_296.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_297.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_298.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_299.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_299.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/crazing_300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/crazing_300.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_271.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_272.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_273.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_273.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_274.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_274.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_275.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_275.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_276.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_276.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_277.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_278.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_278.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_279.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_279.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_280.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_281.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_281.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_282.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_283.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_283.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_284.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_284.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_285.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_285.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_286.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_286.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_287.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_287.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_288.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_289.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_290.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_291.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_292.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_292.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_293.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_293.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_294.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_294.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_295.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_296.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_296.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_297.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_297.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_298.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_298.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_299.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_299.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/images/patches_300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/images/patches_300.jpg -------------------------------------------------------------------------------- /data/NEU-DET/test/labels.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels.cache -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_271.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_271.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_272.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_273.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_274.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_274.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_275.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_276.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_276.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_277.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_278.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_279.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_280.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_281.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_282.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_283.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_284.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_284.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_285.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_285.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_286.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_286.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_287.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_287.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_288.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_289.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_290.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_291.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_292.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_292.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_293.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_293.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_294.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_294.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_295.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_296.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_297.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_298.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_299.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/crazing_300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/crazing_300.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_271.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_271.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_272.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_273.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_274.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_274.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_275.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_276.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_276.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_277.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_278.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_279.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_280.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_281.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_282.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_283.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_284.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_284.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_285.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_285.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_286.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_286.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_287.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_287.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_288.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_289.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_290.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_291.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_292.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_292.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_293.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_293.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_294.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_294.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_295.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_296.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_297.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_298.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_299.txt -------------------------------------------------------------------------------- /data/NEU-DET/test/labels/patches_300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/test/labels/patches_300.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_1.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_10.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_11.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_12.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_13.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_14.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_15.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_16.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_17.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_18.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_19.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_2.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_20.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_21.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_22.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_23.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_24.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_25.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_26.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_27.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_28.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_29.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_3.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_30.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_31.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_32.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_33.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_34.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_35.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_36.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_37.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_38.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_39.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_4.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_40.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_41.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_42.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_43.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_44.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_45.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_46.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_47.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_48.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_49.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_5.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_50.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_51.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_52.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_53.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_54.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_55.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_56.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_57.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_58.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_59.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_6.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_60.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_61.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_62.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_63.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_64.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_65.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_66.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_67.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_68.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_69.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_7.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_70.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_71.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_72.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_73.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_74.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_75.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_76.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_77.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_78.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_79.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_8.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_80.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_81.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_82.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_83.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_84.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_85.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_86.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_87.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_88.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_89.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_9.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_90.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_91.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_92.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_93.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_94.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_95.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_96.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_97.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_98.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/crazing_99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/crazing_99.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_1.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_10.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_11.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_12.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_13.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_14.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_15.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_16.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_17.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_18.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_19.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_2.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_20.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_21.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_22.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_23.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_24.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_25.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_26.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_27.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_28.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_29.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_3.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_30.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_31.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_32.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_33.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_34.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_35.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_36.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_37.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_38.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_39.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_4.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_40.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_41.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_42.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_43.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_44.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_45.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_46.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_47.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_48.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_49.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_5.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_50.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_51.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_52.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_53.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_54.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_55.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_56.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_57.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_58.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_59.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_6.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_60.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_61.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_62.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_63.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_64.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_65.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_66.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_67.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_68.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_69.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_7.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_70.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_71.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_72.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_73.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_74.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_75.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_76.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_77.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_78.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_79.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_8.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_80.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_81.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_82.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_83.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_84.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_85.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_86.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_87.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_88.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_89.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_9.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_90.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_91.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_92.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_93.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_94.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_95.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_96.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_97.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_98.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/images/patches_99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/images/patches_99.jpg -------------------------------------------------------------------------------- /data/NEU-DET/train/labels.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels.cache -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_1.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_10.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_11.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_12.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_13.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_14.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_15.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_16.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_17.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_18.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_19.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_2.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_20.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_21.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_22.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_23.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_24.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_25.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_26.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_27.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_28.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_29.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_3.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_30.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_31.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_32.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_33.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_34.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_35.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_36.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_37.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_38.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_39.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_4.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_40.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_41.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_42.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_43.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_44.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_45.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_46.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_47.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_48.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_49.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_5.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_50.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_51.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_52.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_53.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_54.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_55.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_56.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_57.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_58.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_59.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_6.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_60.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_61.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_62.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_63.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_64.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_65.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_66.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_67.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_68.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_69.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_7.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_70.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_71.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_72.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_73.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_74.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_75.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_76.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_77.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_78.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_79.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_79.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_8.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_80.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_80.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_81.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_81.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_82.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_82.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_83.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_83.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_84.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_84.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_85.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_85.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_86.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_86.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_87.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_87.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_88.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_88.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_89.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_89.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_9.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_90.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_90.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_91.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_91.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_92.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_92.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_93.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_93.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_94.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_94.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_95.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_96.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_96.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_97.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_97.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_98.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_98.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/crazing_99.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/crazing_99.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_1.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_10.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_11.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_12.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_13.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_14.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_15.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_16.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_17.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_18.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_19.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_2.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_20.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_21.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_22.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_23.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_24.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_25.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_26.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_27.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_28.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_29.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_3.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_30.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_31.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_32.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_33.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_34.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_35.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_36.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_37.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_38.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_39.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_4.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_40.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_41.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_42.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_43.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_44.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_45.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_46.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_47.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_48.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_49.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_5.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_50.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_51.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_52.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_53.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_54.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_55.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_56.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_57.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_58.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_59.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_6.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_60.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_61.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_62.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_63.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_64.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_65.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_66.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_67.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_68.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_69.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_69.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_7.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_70.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_70.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_71.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_71.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_72.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_72.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_73.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_73.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_74.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_74.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_75.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_75.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_76.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_77.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_77.txt -------------------------------------------------------------------------------- /data/NEU-DET/train/labels/patches_78.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/NEU-DET/train/labels/patches_78.txt -------------------------------------------------------------------------------- /data/data.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/data/data.yaml -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docker/Dockerfile-arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-arm64 -------------------------------------------------------------------------------- /docker/Dockerfile-conda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-conda -------------------------------------------------------------------------------- /docker/Dockerfile-cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-cpu -------------------------------------------------------------------------------- /docker/Dockerfile-jetson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-jetson -------------------------------------------------------------------------------- /docker/Dockerfile-python: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-python -------------------------------------------------------------------------------- /docker/Dockerfile-runner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docker/Dockerfile-runner -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | docs.ultralytics.com 2 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/SECURITY.md -------------------------------------------------------------------------------- /docs/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/assets/favicon.ico -------------------------------------------------------------------------------- /docs/build_reference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/build_reference.py -------------------------------------------------------------------------------- /docs/datasets/classify/caltech101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/caltech101.md -------------------------------------------------------------------------------- /docs/datasets/classify/caltech256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/caltech256.md -------------------------------------------------------------------------------- /docs/datasets/classify/cifar10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/cifar10.md -------------------------------------------------------------------------------- /docs/datasets/classify/cifar100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/cifar100.md -------------------------------------------------------------------------------- /docs/datasets/classify/imagenet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/imagenet.md -------------------------------------------------------------------------------- /docs/datasets/classify/imagenet10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/imagenet10.md -------------------------------------------------------------------------------- /docs/datasets/classify/imagenette.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/imagenette.md -------------------------------------------------------------------------------- /docs/datasets/classify/imagewoof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/imagewoof.md -------------------------------------------------------------------------------- /docs/datasets/classify/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/index.md -------------------------------------------------------------------------------- /docs/datasets/classify/mnist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/classify/mnist.md -------------------------------------------------------------------------------- /docs/datasets/detect/argoverse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/argoverse.md -------------------------------------------------------------------------------- /docs/datasets/detect/coco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/coco.md -------------------------------------------------------------------------------- /docs/datasets/detect/coco8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/coco8.md -------------------------------------------------------------------------------- /docs/datasets/detect/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/index.md -------------------------------------------------------------------------------- /docs/datasets/detect/objects365.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/objects365.md -------------------------------------------------------------------------------- /docs/datasets/detect/sku-110k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/sku-110k.md -------------------------------------------------------------------------------- /docs/datasets/detect/visdrone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/visdrone.md -------------------------------------------------------------------------------- /docs/datasets/detect/voc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/voc.md -------------------------------------------------------------------------------- /docs/datasets/detect/xview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/detect/xview.md -------------------------------------------------------------------------------- /docs/datasets/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/index.md -------------------------------------------------------------------------------- /docs/datasets/obb/dota-v2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/obb/dota-v2.md -------------------------------------------------------------------------------- /docs/datasets/obb/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/obb/index.md -------------------------------------------------------------------------------- /docs/datasets/pose/coco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/pose/coco.md -------------------------------------------------------------------------------- /docs/datasets/pose/coco8-pose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/pose/coco8-pose.md -------------------------------------------------------------------------------- /docs/datasets/pose/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/pose/index.md -------------------------------------------------------------------------------- /docs/datasets/pose/tiger-pose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/pose/tiger-pose.md -------------------------------------------------------------------------------- /docs/datasets/segment/coco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/segment/coco.md -------------------------------------------------------------------------------- /docs/datasets/segment/coco8-seg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/segment/coco8-seg.md -------------------------------------------------------------------------------- /docs/datasets/segment/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/segment/index.md -------------------------------------------------------------------------------- /docs/datasets/track/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/datasets/track/index.md -------------------------------------------------------------------------------- /docs/guides/azureml-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/azureml-quickstart.md -------------------------------------------------------------------------------- /docs/guides/conda-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/conda-quickstart.md -------------------------------------------------------------------------------- /docs/guides/docker-quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/docker-quickstart.md -------------------------------------------------------------------------------- /docs/guides/hyperparameter-tuning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/hyperparameter-tuning.md -------------------------------------------------------------------------------- /docs/guides/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/index.md -------------------------------------------------------------------------------- /docs/guides/kfold-cross-validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/kfold-cross-validation.md -------------------------------------------------------------------------------- /docs/guides/raspberry-pi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/raspberry-pi.md -------------------------------------------------------------------------------- /docs/guides/sahi-tiled-inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/sahi-tiled-inference.md -------------------------------------------------------------------------------- /docs/guides/yolo-common-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/guides/yolo-common-issues.md -------------------------------------------------------------------------------- /docs/help/CI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/CI.md -------------------------------------------------------------------------------- /docs/help/CLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/CLA.md -------------------------------------------------------------------------------- /docs/help/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/FAQ.md -------------------------------------------------------------------------------- /docs/help/code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/code_of_conduct.md -------------------------------------------------------------------------------- /docs/help/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/contributing.md -------------------------------------------------------------------------------- /docs/help/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/help/index.md -------------------------------------------------------------------------------- /docs/hub/app/android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/app/android.md -------------------------------------------------------------------------------- /docs/hub/app/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/app/index.md -------------------------------------------------------------------------------- /docs/hub/app/ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/app/ios.md -------------------------------------------------------------------------------- /docs/hub/datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/datasets.md -------------------------------------------------------------------------------- /docs/hub/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/index.md -------------------------------------------------------------------------------- /docs/hub/inference_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/inference_api.md -------------------------------------------------------------------------------- /docs/hub/integrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/integrations.md -------------------------------------------------------------------------------- /docs/hub/models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/models.md -------------------------------------------------------------------------------- /docs/hub/projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/projects.md -------------------------------------------------------------------------------- /docs/hub/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/hub/quickstart.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/integrations/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/integrations/index.md -------------------------------------------------------------------------------- /docs/integrations/mlflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/integrations/mlflow.md -------------------------------------------------------------------------------- /docs/integrations/openvino.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/integrations/openvino.md -------------------------------------------------------------------------------- /docs/integrations/ray-tune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/integrations/ray-tune.md -------------------------------------------------------------------------------- /docs/integrations/roboflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/integrations/roboflow.md -------------------------------------------------------------------------------- /docs/models/fast-sam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/fast-sam.md -------------------------------------------------------------------------------- /docs/models/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/index.md -------------------------------------------------------------------------------- /docs/models/mobile-sam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/mobile-sam.md -------------------------------------------------------------------------------- /docs/models/rtdetr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/rtdetr.md -------------------------------------------------------------------------------- /docs/models/sam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/sam.md -------------------------------------------------------------------------------- /docs/models/yolo-nas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolo-nas.md -------------------------------------------------------------------------------- /docs/models/yolov3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov3.md -------------------------------------------------------------------------------- /docs/models/yolov4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov4.md -------------------------------------------------------------------------------- /docs/models/yolov5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov5.md -------------------------------------------------------------------------------- /docs/models/yolov6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov6.md -------------------------------------------------------------------------------- /docs/models/yolov7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov7.md -------------------------------------------------------------------------------- /docs/models/yolov8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/models/yolov8.md -------------------------------------------------------------------------------- /docs/modes/benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/benchmark.md -------------------------------------------------------------------------------- /docs/modes/export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/export.md -------------------------------------------------------------------------------- /docs/modes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/index.md -------------------------------------------------------------------------------- /docs/modes/predict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/predict.md -------------------------------------------------------------------------------- /docs/modes/track.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/track.md -------------------------------------------------------------------------------- /docs/modes/train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/train.md -------------------------------------------------------------------------------- /docs/modes/val.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/modes/val.md -------------------------------------------------------------------------------- /docs/overrides/partials/comments.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/overrides/partials/comments.html -------------------------------------------------------------------------------- /docs/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/quickstart.md -------------------------------------------------------------------------------- /docs/reference/cfg/__init__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/cfg/__init__.md -------------------------------------------------------------------------------- /docs/reference/data/annotator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/annotator.md -------------------------------------------------------------------------------- /docs/reference/data/augment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/augment.md -------------------------------------------------------------------------------- /docs/reference/data/base.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/base.md -------------------------------------------------------------------------------- /docs/reference/data/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/build.md -------------------------------------------------------------------------------- /docs/reference/data/converter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/converter.md -------------------------------------------------------------------------------- /docs/reference/data/dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/dataset.md -------------------------------------------------------------------------------- /docs/reference/data/loaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/loaders.md -------------------------------------------------------------------------------- /docs/reference/data/utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/data/utils.md -------------------------------------------------------------------------------- /docs/reference/engine/exporter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/exporter.md -------------------------------------------------------------------------------- /docs/reference/engine/model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/model.md -------------------------------------------------------------------------------- /docs/reference/engine/predictor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/predictor.md -------------------------------------------------------------------------------- /docs/reference/engine/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/results.md -------------------------------------------------------------------------------- /docs/reference/engine/trainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/trainer.md -------------------------------------------------------------------------------- /docs/reference/engine/tuner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/tuner.md -------------------------------------------------------------------------------- /docs/reference/engine/validator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/engine/validator.md -------------------------------------------------------------------------------- /docs/reference/hub/__init__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/hub/__init__.md -------------------------------------------------------------------------------- /docs/reference/hub/auth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/hub/auth.md -------------------------------------------------------------------------------- /docs/reference/hub/session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/hub/session.md -------------------------------------------------------------------------------- /docs/reference/hub/utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/hub/utils.md -------------------------------------------------------------------------------- /docs/reference/models/fastsam/val.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/fastsam/val.md -------------------------------------------------------------------------------- /docs/reference/models/nas/model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/nas/model.md -------------------------------------------------------------------------------- /docs/reference/models/nas/predict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/nas/predict.md -------------------------------------------------------------------------------- /docs/reference/models/nas/val.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/nas/val.md -------------------------------------------------------------------------------- /docs/reference/models/rtdetr/model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/rtdetr/model.md -------------------------------------------------------------------------------- /docs/reference/models/rtdetr/train.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/rtdetr/train.md -------------------------------------------------------------------------------- /docs/reference/models/rtdetr/val.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/rtdetr/val.md -------------------------------------------------------------------------------- /docs/reference/models/sam/amg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/sam/amg.md -------------------------------------------------------------------------------- /docs/reference/models/sam/build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/sam/build.md -------------------------------------------------------------------------------- /docs/reference/models/sam/model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/sam/model.md -------------------------------------------------------------------------------- /docs/reference/models/sam/predict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/sam/predict.md -------------------------------------------------------------------------------- /docs/reference/models/utils/loss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/utils/loss.md -------------------------------------------------------------------------------- /docs/reference/models/utils/ops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/utils/ops.md -------------------------------------------------------------------------------- /docs/reference/models/yolo/model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/models/yolo/model.md -------------------------------------------------------------------------------- /docs/reference/nn/autobackend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/autobackend.md -------------------------------------------------------------------------------- /docs/reference/nn/modules/block.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/modules/block.md -------------------------------------------------------------------------------- /docs/reference/nn/modules/conv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/modules/conv.md -------------------------------------------------------------------------------- /docs/reference/nn/modules/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/modules/head.md -------------------------------------------------------------------------------- /docs/reference/nn/modules/utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/modules/utils.md -------------------------------------------------------------------------------- /docs/reference/nn/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/nn/tasks.md -------------------------------------------------------------------------------- /docs/reference/trackers/basetrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/trackers/basetrack.md -------------------------------------------------------------------------------- /docs/reference/trackers/bot_sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/trackers/bot_sort.md -------------------------------------------------------------------------------- /docs/reference/trackers/track.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/trackers/track.md -------------------------------------------------------------------------------- /docs/reference/trackers/utils/gmc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/trackers/utils/gmc.md -------------------------------------------------------------------------------- /docs/reference/utils/__init__.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/__init__.md -------------------------------------------------------------------------------- /docs/reference/utils/autobatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/autobatch.md -------------------------------------------------------------------------------- /docs/reference/utils/benchmarks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/benchmarks.md -------------------------------------------------------------------------------- /docs/reference/utils/callbacks/dvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/callbacks/dvc.md -------------------------------------------------------------------------------- /docs/reference/utils/callbacks/hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/callbacks/hub.md -------------------------------------------------------------------------------- /docs/reference/utils/callbacks/wb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/callbacks/wb.md -------------------------------------------------------------------------------- /docs/reference/utils/checks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/checks.md -------------------------------------------------------------------------------- /docs/reference/utils/dist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/dist.md -------------------------------------------------------------------------------- /docs/reference/utils/downloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/downloads.md -------------------------------------------------------------------------------- /docs/reference/utils/errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/errors.md -------------------------------------------------------------------------------- /docs/reference/utils/files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/files.md -------------------------------------------------------------------------------- /docs/reference/utils/instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/instance.md -------------------------------------------------------------------------------- /docs/reference/utils/loss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/loss.md -------------------------------------------------------------------------------- /docs/reference/utils/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/metrics.md -------------------------------------------------------------------------------- /docs/reference/utils/ops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/ops.md -------------------------------------------------------------------------------- /docs/reference/utils/patches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/patches.md -------------------------------------------------------------------------------- /docs/reference/utils/plotting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/plotting.md -------------------------------------------------------------------------------- /docs/reference/utils/tal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/tal.md -------------------------------------------------------------------------------- /docs/reference/utils/torch_utils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/torch_utils.md -------------------------------------------------------------------------------- /docs/reference/utils/triton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/triton.md -------------------------------------------------------------------------------- /docs/reference/utils/tuner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/reference/utils/tuner.md -------------------------------------------------------------------------------- /docs/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | -------------------------------------------------------------------------------- /docs/stylesheets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/stylesheets/style.css -------------------------------------------------------------------------------- /docs/tasks/classify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/tasks/classify.md -------------------------------------------------------------------------------- /docs/tasks/detect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/tasks/detect.md -------------------------------------------------------------------------------- /docs/tasks/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/tasks/index.md -------------------------------------------------------------------------------- /docs/tasks/pose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/tasks/pose.md -------------------------------------------------------------------------------- /docs/tasks/segment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/tasks/segment.md -------------------------------------------------------------------------------- /docs/usage/callbacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/usage/callbacks.md -------------------------------------------------------------------------------- /docs/usage/cfg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/usage/cfg.md -------------------------------------------------------------------------------- /docs/usage/cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/usage/cli.md -------------------------------------------------------------------------------- /docs/usage/engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/usage/engine.md -------------------------------------------------------------------------------- /docs/usage/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/usage/python.md -------------------------------------------------------------------------------- /docs/yolov5/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/yolov5/index.md -------------------------------------------------------------------------------- /docs/yolov5/quickstart_tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/yolov5/quickstart_tutorial.md -------------------------------------------------------------------------------- /docs/yolov5/tutorials/model_export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/yolov5/tutorials/model_export.md -------------------------------------------------------------------------------- /docs/zh/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/docs/zh/index.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/YOLOv8-ONNXRuntime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/examples/YOLOv8-ONNXRuntime/README.md -------------------------------------------------------------------------------- /examples/YOLOv8-ONNXRuntime/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/examples/YOLOv8-ONNXRuntime/main.py -------------------------------------------------------------------------------- /examples/hub.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/examples/hub.ipynb -------------------------------------------------------------------------------- /examples/tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/examples/tutorial.ipynb -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/setup.py -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/test_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/test_cli.py -------------------------------------------------------------------------------- /tests/test_cuda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/test_cuda.py -------------------------------------------------------------------------------- /tests/test_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/test_engine.py -------------------------------------------------------------------------------- /tests/test_integrations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/test_integrations.py -------------------------------------------------------------------------------- /tests/test_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/tests/test_python.py -------------------------------------------------------------------------------- /train_final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/train_final.py -------------------------------------------------------------------------------- /ultralytics.egg-info/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics.egg-info/PKG-INFO -------------------------------------------------------------------------------- /ultralytics.egg-info/SOURCES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics.egg-info/SOURCES.txt -------------------------------------------------------------------------------- /ultralytics.egg-info/dependency_links.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ultralytics.egg-info/entry_points.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics.egg-info/entry_points.txt -------------------------------------------------------------------------------- /ultralytics.egg-info/requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics.egg-info/requires.txt -------------------------------------------------------------------------------- /ultralytics.egg-info/top_level.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics.egg-info/top_level.txt -------------------------------------------------------------------------------- /ultralytics/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/__init__.py -------------------------------------------------------------------------------- /ultralytics/assets/bus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/assets/bus.jpg -------------------------------------------------------------------------------- /ultralytics/assets/zidane.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/assets/zidane.jpg -------------------------------------------------------------------------------- /ultralytics/cfg/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/__init__.py -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/DOTAv2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/DOTAv2.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/VOC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/VOC.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/coco.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/coco.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/coco128.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/coco128.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/coco8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/coco8.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/datasets/xView.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/datasets/xView.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/default.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/default.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/models/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/models/README.md -------------------------------------------------------------------------------- /ultralytics/cfg/models/v3/yolov3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/models/v3/yolov3.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/models/v5/yolov5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/models/v5/yolov5.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/models/v6/yolov6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/models/v6/yolov6.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/models/v8/yolov8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/models/v8/yolov8.yaml -------------------------------------------------------------------------------- /ultralytics/cfg/trackers/botsort.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/cfg/trackers/botsort.yaml -------------------------------------------------------------------------------- /ultralytics/data/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/__init__.py -------------------------------------------------------------------------------- /ultralytics/data/annotator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/annotator.py -------------------------------------------------------------------------------- /ultralytics/data/augment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/augment.py -------------------------------------------------------------------------------- /ultralytics/data/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/base.py -------------------------------------------------------------------------------- /ultralytics/data/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/build.py -------------------------------------------------------------------------------- /ultralytics/data/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/converter.py -------------------------------------------------------------------------------- /ultralytics/data/dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/dataset.py -------------------------------------------------------------------------------- /ultralytics/data/loaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/loaders.py -------------------------------------------------------------------------------- /ultralytics/data/scripts/get_coco.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/scripts/get_coco.sh -------------------------------------------------------------------------------- /ultralytics/data/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/data/utils.py -------------------------------------------------------------------------------- /ultralytics/engine/__init__.py: -------------------------------------------------------------------------------- 1 | # Ultralytics YOLO 🚀, AGPL-3.0 license 2 | -------------------------------------------------------------------------------- /ultralytics/engine/exporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/exporter.py -------------------------------------------------------------------------------- /ultralytics/engine/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/model.py -------------------------------------------------------------------------------- /ultralytics/engine/predictor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/predictor.py -------------------------------------------------------------------------------- /ultralytics/engine/results.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/results.py -------------------------------------------------------------------------------- /ultralytics/engine/trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/trainer.py -------------------------------------------------------------------------------- /ultralytics/engine/tuner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/tuner.py -------------------------------------------------------------------------------- /ultralytics/engine/validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/engine/validator.py -------------------------------------------------------------------------------- /ultralytics/hub/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/hub/__init__.py -------------------------------------------------------------------------------- /ultralytics/hub/auth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/hub/auth.py -------------------------------------------------------------------------------- /ultralytics/hub/session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/hub/session.py -------------------------------------------------------------------------------- /ultralytics/hub/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/hub/utils.py -------------------------------------------------------------------------------- /ultralytics/models/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/__init__.py -------------------------------------------------------------------------------- /ultralytics/models/fastsam/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/fastsam/model.py -------------------------------------------------------------------------------- /ultralytics/models/fastsam/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/fastsam/predict.py -------------------------------------------------------------------------------- /ultralytics/models/fastsam/prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/fastsam/prompt.py -------------------------------------------------------------------------------- /ultralytics/models/fastsam/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/fastsam/utils.py -------------------------------------------------------------------------------- /ultralytics/models/fastsam/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/fastsam/val.py -------------------------------------------------------------------------------- /ultralytics/models/nas/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/nas/__init__.py -------------------------------------------------------------------------------- /ultralytics/models/nas/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/nas/model.py -------------------------------------------------------------------------------- /ultralytics/models/nas/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/nas/predict.py -------------------------------------------------------------------------------- /ultralytics/models/nas/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/nas/val.py -------------------------------------------------------------------------------- /ultralytics/models/rtdetr/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/rtdetr/__init__.py -------------------------------------------------------------------------------- /ultralytics/models/rtdetr/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/rtdetr/model.py -------------------------------------------------------------------------------- /ultralytics/models/rtdetr/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/rtdetr/predict.py -------------------------------------------------------------------------------- /ultralytics/models/rtdetr/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/rtdetr/train.py -------------------------------------------------------------------------------- /ultralytics/models/rtdetr/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/rtdetr/val.py -------------------------------------------------------------------------------- /ultralytics/models/sam/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/__init__.py -------------------------------------------------------------------------------- /ultralytics/models/sam/amg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/amg.py -------------------------------------------------------------------------------- /ultralytics/models/sam/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/build.py -------------------------------------------------------------------------------- /ultralytics/models/sam/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/model.py -------------------------------------------------------------------------------- /ultralytics/models/sam/modules/__init__.py: -------------------------------------------------------------------------------- 1 | # Ultralytics YOLO 🚀, AGPL-3.0 license 2 | -------------------------------------------------------------------------------- /ultralytics/models/sam/modules/sam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/modules/sam.py -------------------------------------------------------------------------------- /ultralytics/models/sam/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/sam/predict.py -------------------------------------------------------------------------------- /ultralytics/models/utils/__init__.py: -------------------------------------------------------------------------------- 1 | # Ultralytics YOLO 🚀, AGPL-3.0 license 2 | -------------------------------------------------------------------------------- /ultralytics/models/utils/loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/utils/loss.py -------------------------------------------------------------------------------- /ultralytics/models/utils/ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/utils/ops.py -------------------------------------------------------------------------------- /ultralytics/models/yolo/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/yolo/__init__.py -------------------------------------------------------------------------------- /ultralytics/models/yolo/detect/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/yolo/detect/val.py -------------------------------------------------------------------------------- /ultralytics/models/yolo/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/yolo/model.py -------------------------------------------------------------------------------- /ultralytics/models/yolo/pose/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/yolo/pose/train.py -------------------------------------------------------------------------------- /ultralytics/models/yolo/pose/val.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/models/yolo/pose/val.py -------------------------------------------------------------------------------- /ultralytics/nn/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/__init__.py -------------------------------------------------------------------------------- /ultralytics/nn/autobackend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/autobackend.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/__init__.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/block.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/conv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/conv.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/head.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/head.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/transformer.py -------------------------------------------------------------------------------- /ultralytics/nn/modules/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/modules/utils.py -------------------------------------------------------------------------------- /ultralytics/nn/tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/nn/tasks.py -------------------------------------------------------------------------------- /ultralytics/trackers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/README.md -------------------------------------------------------------------------------- /ultralytics/trackers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/__init__.py -------------------------------------------------------------------------------- /ultralytics/trackers/basetrack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/basetrack.py -------------------------------------------------------------------------------- /ultralytics/trackers/bot_sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/bot_sort.py -------------------------------------------------------------------------------- /ultralytics/trackers/byte_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/byte_tracker.py -------------------------------------------------------------------------------- /ultralytics/trackers/track.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/track.py -------------------------------------------------------------------------------- /ultralytics/trackers/utils/__init__.py: -------------------------------------------------------------------------------- 1 | # Ultralytics YOLO 🚀, AGPL-3.0 license 2 | -------------------------------------------------------------------------------- /ultralytics/trackers/utils/gmc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/trackers/utils/gmc.py -------------------------------------------------------------------------------- /ultralytics/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/__init__.py -------------------------------------------------------------------------------- /ultralytics/utils/autobatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/autobatch.py -------------------------------------------------------------------------------- /ultralytics/utils/benchmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/benchmarks.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/base.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/comet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/comet.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/dvc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/dvc.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/hub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/hub.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/mlflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/mlflow.py -------------------------------------------------------------------------------- /ultralytics/utils/callbacks/wb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/callbacks/wb.py -------------------------------------------------------------------------------- /ultralytics/utils/checks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/checks.py -------------------------------------------------------------------------------- /ultralytics/utils/dist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/dist.py -------------------------------------------------------------------------------- /ultralytics/utils/downloads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/downloads.py -------------------------------------------------------------------------------- /ultralytics/utils/errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/errors.py -------------------------------------------------------------------------------- /ultralytics/utils/files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/files.py -------------------------------------------------------------------------------- /ultralytics/utils/instance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/instance.py -------------------------------------------------------------------------------- /ultralytics/utils/loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/loss.py -------------------------------------------------------------------------------- /ultralytics/utils/metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/metrics.py -------------------------------------------------------------------------------- /ultralytics/utils/ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/ops.py -------------------------------------------------------------------------------- /ultralytics/utils/patches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/patches.py -------------------------------------------------------------------------------- /ultralytics/utils/plotting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/plotting.py -------------------------------------------------------------------------------- /ultralytics/utils/tal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/tal.py -------------------------------------------------------------------------------- /ultralytics/utils/torch_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/torch_utils.py -------------------------------------------------------------------------------- /ultralytics/utils/triton.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/triton.py -------------------------------------------------------------------------------- /ultralytics/utils/tuner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/ultralytics/utils/tuner.py -------------------------------------------------------------------------------- /xml_to_txt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/xml_to_txt.py -------------------------------------------------------------------------------- /yolov8n.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/yolov8n.pt -------------------------------------------------------------------------------- /yolov8s.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marfbin/NEU-DET-with-yolov8/HEAD/yolov8s.pt --------------------------------------------------------------------------------