Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

File not found - '*.jpg' #56

Open
Devanshice020 opened this issue Mar 19, 2019 · 1 comment
Open

File not found - '*.jpg' #56

Devanshice020 opened this issue Mar 19, 2019 · 1 comment

Comments

@Devanshice020
Copy link

Devanshice020 commented Mar 19, 2019

When i execute the following command in cmd it gives the error "File not found - '.jpg'"
-> find ./positive_images -iname "
.jpg" > positives.txt
-> find ./negative_images -iname "*.jpg" > negatives.txt
please help me with this issue

@yope-dev
Copy link

Try change this find ./positive_images -iname ".jpg" > positives.txt to find ./positive_images -iname "*.jpg" > positives.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants