- {#if model.model_type == 2}
- {#if selected_class?.status == 1}
-
- Class to train
-
- {:else if selected_class?.status == 2}
-
- Class training
-
- {:else if selected_class?.status == 3}
-
- Class trained
-
- {/if}
- {/if}
-
-
-
- File Path |
- Mode |
-
-
- |
-
-
- |
-
-
- |
-
-
-
- {#each image_list as image}
-
-
- {#if image.file_path == 'id://'}
- Managed
- {:else}
- {image.file_path}
- {/if}
- |
-
- {#if image.mode == 2}
- Testing
- {:else}
- Training
- {/if}
- |
-
- {#if image.file_path == 'id://'}
-
- {:else}
- TODO img {image.file_path}
- {/if}
- |
-
- {#if image.status == 1}
-
- {:else}
-
- {/if}
- |
-
-
- |
-
- {/each}
-
-
-
-
- {#if page > 0}
-
- {/if}
-
+
+
+
+ Upload Zip File
+
+
+
File selected
+
+
+
+
+ {#if file}
+ {#await uploading}
+
+ {:then}
+
+ {/await}
+ {/if}
+
+
+ {/if}
+ {#if selected_class}
+
+ {#if model.model_type == 2}
+ {#if selected_class?.status == 1}
+
Class to train
+ {:else if selected_class?.status == 2}
+
Class training
+ {:else if selected_class?.status == 3}
+
Class trained
+ {/if}
+ {/if}
+
+
+
+ File Path |
+ Mode |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+ {#each image_list as image}
+
+
+ {#if image.file_path == 'id://'}
+ Managed
+ {:else}
+ {image.file_path}
+ {/if}
+ |
+
+ {#if image.mode == 2}
+ Testing
+ {:else}
+ Training
+ {/if}
+ |
+
+ {#if image.file_path == 'id://'}
+
+ {:else}
+ TODO img {image.file_path}
+ {/if}
+ |
+
+ {#if image.status == 1}
+
+ {:else}
+
+ {/if}
+ |
+
+
+ |
+
+ {/each}
+
+
+
+
+ {#if page > 0}
+
+ {/if}
+
-
- {page}
-
+
+ {page}
+
-
- {#if showNext}
-
- {/if}
-
-
-
- {/if}
+