Skip to content

Commit

Permalink
deleted unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakodan007 committed Mar 7, 2024
1 parent 47c7856 commit 33aeabb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 2 deletions.
Binary file removed pupil-submission-page/src/assets/result-fail.png
Binary file not shown.
Binary file removed pupil-submission-page/src/assets/result-win.png
Binary file not shown.
1 change: 0 additions & 1 deletion pupil-submission-page/src/components/Stepper_3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<script lang="ts">
import { create_model, model } from '@/training.ts'
import { vorfahrt_strasse_images, vorfahrt_gewaehren_images, label_vorfahrt_strasse, label_vorfahrt_gewaehren } from '@/datasets.ts'
import someImage from '@/assets/result-fail.png'
import UploadImagesForClass from '@/components/UploadImagesForClass.vue'
import RenderedPrediction from '@/components/RenderedPrediction.vue'
Expand Down
1 change: 0 additions & 1 deletion pupil-submission-page/src/components/Stepper_4.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
<script lang="ts">
import UploadImagesForClass from '@/components/UploadImagesForClass.vue'
import RenderedPrediction from '@/components/RenderedPrediction.vue'
import someImage from '@/assets/result-fail.png'
import { model } from '@/training.ts'
import { label_vorfahrt_strasse, label_vorfahrt_gewaehren } from '@/datasets.ts'
Expand Down

0 comments on commit 33aeabb

Please sign in to comment.