소스 검색

Icon for predicting bounding boxes also shown for labeled boxes

The rocket icon for inference of bounding boxes is now also shown for user bounding boxes with a label. That is, it is shown for all bounding boxes created by a user (red) but not for those created by the pipeline.
j-bl 3 년 전
부모
커밋
7b1c32ca13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webui/src/components/media/cropped-image.vue

+ 1 - 1
webui/src/components/media/cropped-image.vue

@@ -9,7 +9,7 @@
     <div class="label-container">
       <h3> {{ label }} </h3>
 
-      <div  v-if="label === 'Unknown'"
+      <div  v-if="this.box.origin === 'user'"
             ref="create_predictions"
             class="create-predictions-icon"
             title="create prediction for this image"