소스 검색

fix: bug fix

28968 7 달 전
부모
커밋
7bce837029
3개의 변경된 파일21개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 0
      package.json
  2. 8 8
      src/views/demo/targetTrack/index.vue
  3. 12 0
      yarn.lock

+ 1 - 0
package.json

@@ -61,6 +61,7 @@
     "vue-konva": "^3.0.2",
     "vue-router": "^4.2.5",
     "vue-types": "^5.1.1",
+    "vue-video-player": "^6.0.0",
     "vuedraggable": "^4.1.0"
   },
   "devDependencies": {

+ 8 - 8
src/views/demo/targetTrack/index.vue

@@ -186,20 +186,20 @@ const imageIdx = ref(0)
 const taskType = ref([])
 const modelType = ref([
   {
-    label: 'yolov8_best',
-    value: 'yolov8_best'
+    label: 'yolov8_best.pt',
+    value: 'yolov8_best.pt'
   },
   {
-    label: 'yolov8_best_new',
-    value: 'yolov8_best_new'
+    label: 'yolov8_best_new.pt',
+    value: 'yolov8_best_new.pt'
   },
   {
-    label: 'yolov8__best',
-    value: 'yolov8__best'
+    label: 'yolov8__best.pt',
+    value: 'yolov8__best.pt'
   },
   {
-    label: 'yolov8__best_new',
-    value: 'yolov8__best_new'
+    label: 'yolov8__best_new.pt',
+    value: 'yolov8__best_new.pt'
   }
 ])
 const trackingMethod = ref([

+ 12 - 0
yarn.lock

@@ -1967,6 +1967,11 @@
     "@uppy/utils" "^4.1.2"
     nanoid "^3.1.25"
 
+"@videojs-player/vue@1.x":
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/@videojs-player/vue/-/vue-1.0.0.tgz#df7db677b43b2d9b6872e71cd0eb2238cc19a8fd"
+  integrity sha512-WonTezRfKu3fYdQLt/ta+nuKH6gMZUv8l40Jke/j4Lae7IqeO/+lLAmBnh3ni88bwR+vkFXIlZ2Ci7VKInIYJg==
+
 "@vitejs/plugin-vue-jsx@^3.1.0":
   version "3.1.0"
   resolved "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz#9953fd9456539e1f0f253bf0fcd1289e66c67cd1"
@@ -8352,6 +8357,13 @@ vue-types@^5.1.1:
   dependencies:
     is-plain-object "5.0.0"
 
+vue-video-player@^6.0.0:
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/vue-video-player/-/vue-video-player-6.0.0.tgz#fc51581b4b0437e5efd7e30388f18d900e27573d"
+  integrity sha512-WP47OtefsjMEReRCIKIL3tRRgH/PyNm8ELjsbYgr/WWrYAj5Ih9Adzkzp+ylYOI/v57jJ4O7O4XkbXBCmsTqNw==
+  dependencies:
+    "@videojs-player/vue" "1.x"
+
 vue@3.3.13:
   version "3.3.13"
   resolved "https://registry.npmmirror.com/vue/-/vue-3.3.13.tgz#f03098fa1b4e7cc88c133bef92260b55e3767002"