diff --git a/.gitignore b/.gitignore index 20f49732..6389e5cc 100755 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,6 @@ *.PNG *.TIF *.HEIC -*.weights -*.pt -darknet53.conv.74 !zidane_result.jpg !coco_training_loss.png !coco_augmentation_examples.jpg @@ -24,6 +21,13 @@ temp-plot.html *.mat !targets*.mat +# Neural Network weights ----------------------------------------------------------------------------------------------- +*.weights +*.pt +*.onnx +*.mlmodel +darknet53.conv.74 + # GitHub Python GitIgnore ---------------------------------------------------------------------------------------------- # Byte-compiled / optimized / DLL files __pycache__/