Renamed files using VGG16 network
This commit is contained in:
@@ -11,7 +11,7 @@ OBJECT_DETECTION=prepare_train_model.py test_model.py
|
||||
help:
|
||||
@echo "make linear_regression"
|
||||
@echo " runs the simple linear regression example"
|
||||
@echo "make objct_detection"
|
||||
@echo "make vgg16"
|
||||
@ecgo " runs the object detection example"
|
||||
@echo "make env"
|
||||
@echo " creates and prepares the environment"
|
||||
@@ -44,11 +44,11 @@ $(VENV_NAME)/bin/activate:
|
||||
linear_regression: env
|
||||
${PYTHON} $(LINEAR_REGRESSION)
|
||||
|
||||
object_detection_training: fine_tune.h5
|
||||
vgg16_training: fine_tune.h5
|
||||
fine_tune.h5:
|
||||
${PYTHON} prepare_train_model.py
|
||||
object_detection: env object_detection_training
|
||||
${PYTHON} test_model.py
|
||||
${PYTHON} vgg16-prepare_train_model.py
|
||||
vgg16: env vgg16_training
|
||||
${PYTHON} vgg16-test_model.py
|
||||
|
||||
lint: env
|
||||
${PYTHON} -m pylint --rcfile=pylintrc $(LINT_FILES)
|
||||
|
||||
Reference in New Issue
Block a user