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

Initial models.py #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Initial models.py #25

wants to merge 2 commits into from

Conversation

luke-zhu
Copy link
Contributor

@luke-zhu luke-zhu commented Aug 14, 2018

Define a simple data model.

Some
thing to be considered is the relationship between a dataset, images, and labels. I'm going to keep it one-to-many for now just because that makes it easier to deal with unforeseen edge cases in the future

@codecov-io
Copy link

Codecov Report

Merging #25 into master will increase coverage by 3.49%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   32.05%   35.55%   +3.49%     
==========================================
  Files          12       13       +1     
  Lines         755      796      +41     
==========================================
+ Hits          242      283      +41     
  Misses        513      513
Impacted Files Coverage Δ
backend/__init__.py 71.79% <100%> (+4.14%) ⬆️
backend/models.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d5dea8...cbc592c. Read the comment docs.

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.

2 participants