Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Module_10_Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ştefan, R.P. (Răzvan, Student B-TCS)
Module_10_Project
Commits
f0f310ea
Commit
f0f310ea
authored
4 months ago
by
razvan841
Browse files
Options
Downloads
Patches
Plain Diff
suppressed useless warnings
parent
319923c1
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#133077
failed
4 months ago
Stage: build
Stage: test
Stage: dast
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
raspberryPi.py
+1
-1
1 addition, 1 deletion
raspberryPi.py
rubiks_cube_color_classifier.py
+2
-2
2 additions, 2 deletions
rubiks_cube_color_classifier.py
with
3 additions
and
3 deletions
raspberryPi.py
+
1
−
1
View file @
f0f310ea
import
cv2
import
numpy
as
np
from
tensorflow.keras.models
import
load_model
from
tensorflow.keras.models
import
load_model
# type: ignore
import
os
def
extract_patches
(
image
):
...
...
This diff is collapsed.
Click to expand it.
rubiks_cube_color_classifier.py
+
2
−
2
View file @
f0f310ea
import
cv2
import
numpy
as
np
from
tensorflow.keras.models
import
Sequential
from
tensorflow.keras.layers
import
Conv2D
,
MaxPooling2D
,
Flatten
,
Dense
from
tensorflow.keras.models
import
Sequential
# type: ignore
from
tensorflow.keras.layers
import
Conv2D
,
MaxPooling2D
,
Flatten
,
Dense
# type: ignore
import
os
import
json
...
...
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