Helias / Car-Model-Recognition

Car Model Recognition project
74 stars 19 forks source link

files are not found #6

Closed andreimihale closed 4 years ago

andreimihale commented 4 years ago

Hi! I have the next problem. It does not read the files as it should

OS: Windows 8.1

### This is the issue

console

the folder structure is this

structure root

this is the dataset folder

dataset

this is the num_class var

num class

this is the test csv ( 668 lines )

csv

this is the train csv ( 1324 lines )

train csv

L.E. Everytime is a new image. So i don t have the same path error 2 times in a row. Even if i don t save manually classes in num_classes it still give me the same error

Helias commented 4 years ago

Are you using WSL as terminal? Did you try to change the path from \path\of\the\file to path/of/the/file ?

andreimihale commented 4 years ago

Are you using WSL as terminal? Did you try to change the path from \path\of\the\file to path/of/the/file ?

i solved if finally. It is an error on windows about how you manipulate path files. if you need i can create a windows repo after i finish and do a PR

Helias commented 4 years ago

if it is necessary for the compatibility of Windows, yes, why not ;-) I will be gratefully, but it's important to do not break the software compatibility with other platform :wink:

Shame-fight commented 3 years ago

Are you using WSL as terminal? Did you try to change the path from \path\of\the\file to path/of/the/file ?

i solved if finally. It is an error on windows about how you manipulate path files. if you need i can create a windows repo after i finish and do a PR

I have the same question,what should I do to solving it? I also use win8

Helias commented 3 years ago

it's an issue related to PATH, try to use this/style/of/path and if it does not work use this\style\ with backslash