{#if classes.length == 0} TODO CREATE TABLE {:else}
{#each classes as item} {/each}
{#if selected_class == undefined && isActive('-----New Class-----')}

Add New Class

Please provide a file that has the training and testing data
The file must have 2 folders one with testing images and one with training images.
Each of the folders will contain the classes of the model. The folders must be the same in testing and training. The class folders must have the images for the classes.
Upload Zip File
File selected
{#if file} {#await uploading} {:then} {/await} {/if}
This Creates an empty class that allows images to be added after
{/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} {:else} Class to train {/if}

{#each image_list as image} {/each}
File Path Mode
{#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}
{#if page > 0} {/if}
{page}
{#if showNext} {/if}
{/if}
{/if}
Please provide a file that has the training and testing data
The file must have 2 folders one with testing images and one with training images.
Each of the folders will contain the classes of the model. The folders must be the same in testing and training. The class folders must have the images for the classes.
Upload Zip File or Image
File selected
{#if addFile} {#await adding} {:then} {/await} {/if}