Training data

{#if classes.length == 0}

You need to upload data so the model can train.

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.
    training\
        class1\
            img1.png
            img2.png
            img2.png
            ...
        class2\
            img1.png
            img2.png
            img2.png
            ...
        ...
    testing\
        class1\
            img1.png
            img2.png
            img2.png
            ...
        class2\
            img1.png
            img2.png
            img2.png
            ...
        ...
Upload Zip File
File selected
{#await uploading} {:then} {/await}
TODO
{:else}

You need to upload data so the model can train.

{#if numberOfInvalidImages > 0}

There are images {numberOfInvalidImages} that were loaded that do not have the correct format. These images will be delete when the model trains.

{/if}
TODO
{/if}