diff --git a/README.md b/README.md index 5d976f3..bfc026a 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ │ └───valid │ │ │ butt/ │ │ │ bread/ - │ ``` ## Model Reproduction @@ -99,7 +98,7 @@ pip install -r requirements.txt ``` - - Run the train.py python script + - Run the `train.py` python script ```Bash python train.py --dataset-path datasets/ --model-path buttbread_resnet152_3.h5 ``` diff --git a/butt_or_bread/core.py b/butt_or_bread/core.py old mode 100644 new mode 100755 diff --git a/butt_or_bread/utils.py b/butt_or_bread/utils.py old mode 100644 new mode 100755