I train my own data on windows,python3.6 , 192 pos images(RGB) and 192 neg images(RGB), size=(192,384)
[hog]
min_wdw_sz: [150, 300]
step_size: [8, 8]
orientations: 9
pixels_per_cell: [8, 8]
cells_per_block: [2, 2]
visualize: False
transform_sqrt:True
[nms]
threshold: 0.3
how to fix it?