ubuntu - What's the /path/to means -
i beginner in caffe. in tutorials see "/path/to". i'm confuse that. what's means. specific path in computer?
here part of a tutorial.
prepare data
images: put images in folder (i'll call here /path/to/jpegs/). labels: create text file (e.g., /path/to/labels/train.txt) line per input image .
it's telling you should specify path, , giving example of path format.
/path/to/labels/train.txt
the tutorial or instructions expect replace own path, can want as long it's in path format
/hanbing/data/train.txt /documents/cafe/example_app/train.txt
Comments
Post a Comment