Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Works on my machine
zesje
Commits
c9cfc5f1
Commit
c9cfc5f1
authored
May 28, 2019
by
RABijl
Browse files
Options
Downloads
Patches
Plain Diff
fixes bug with imports of pregrader where jupyter notebooks cannot find imports
parent
54353189
No related branches found
No related tags found
1 merge request
!17
Add pregrading
Pipeline
#18032
passed
May 28, 2019
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
zesje/pregrader.py
+2
-2
2 additions, 2 deletions
zesje/pregrader.py
with
2 additions
and
2 deletions
zesje/pregrader.py
+
2
−
2
View file @
c9cfc5f1
import
cv2
import
numpy
as
np
from
zesje
.database
import
db
,
Solution
from
zesje
.images
import
guess_dpi
,
get_box
,
fix_corner_markers
from
.database
import
db
,
Solution
from
.images
import
guess_dpi
,
get_box
,
fix_corner_markers
def
add_feedback_to_solution
(
sub
,
exam
,
page
,
page_img
,
corner_keypoints
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment