File path coming over as label

It appears that my file paths are being ingested as labels :frowning:

Here is my csv file

csv

And here is what it looks like within the program:

Untitled

What is the name of your csv file? The name should be train.csv. If name is not train.csv then system generates the train.csv file and takes the folder name as label.

It is named train.csv

Here is the directory structure you should have.

<dataset_name>
|
|---------train_all(folder)
|------------------100000.png(images)
|---------train.csv

Later zip <dataset_name> folder (<dataset_name>.zip) and upload it.

Remove the ./ at the beginning of every image file path. I had the same problem.