Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added eval ipynb #14

Closed
wants to merge 19 commits into from
Closed

added eval ipynb #14

wants to merge 19 commits into from

Conversation

thejerrytan
Copy link
Collaborator

Added a jupyter notebook to visualize data, and do sanity check for trained models.

This is not ready to be merged yet.

I am including it first because it may be helpful to some of you who wants to evaluate your trained DL models.

If you want to run it with @Elgeweily 's ssd_classifier model, merge his PR branch in here.

HOW DO I SET UP VALIDATION DATASET

Now to get the validation set on your own:

  1. download from this link: https://github.com/coldKnight/TrafficLight_Detection-TensorFlowAPI#get-the-dataset
  2. copy paste to ./data folder
  3. the downloaded file name is dataset-sdcnd-capstone.zip. unzip. Root folder is dataset-sdcnd-capstone
  4. assuming you are at projectRoot/data: mv dataset-sdcnd-capstone/data ../validation

@@ -0,0 +1,2 @@
jupyter
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to created conda env instead. It is more convenient and there you can use a Python 3. Just put the same into the enviromnet.yml file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ser94mor
Copy link
Owner

This pull request introduces 2 alerts when merging 44de9c1 into d4111bf - view on LGTM.com

new alerts:

  • 2 for Unused import

Comment posted by LGTM.com

@@ -0,0 +1,13 @@
import tensorflow as tf
Copy link
Owner

@ser94mor ser94mor Jan 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is no longer exist in master. I suggest just move eval.ipynb and environment.yaml to a new branch, started from the current master branch. It seems like your branch is merged with the old SSD Classifier branch that is not currently in master.

@ser94mor ser94mor mentioned this pull request Feb 10, 2019
@thejerrytan
Copy link
Collaborator Author

as per @ser94mor comments, i am going to close this and open a new PR here:
#28

@ser94mor
Copy link
Owner

This pull request introduces 2 alerts when merging 5b5002d into e9f99fe - view on LGTM.com

new alerts:

  • 2 for Unused import

Comment posted by LGTM.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants