Make tools/ for core binaries, stow scripts/ in tools/extra
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 25 Feb 2014 06:45:29 +0000 (22:45 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 26 Feb 2014 20:37:44 +0000 (12:37 -0800)
commit4f1cdeb4ef35b9f85646a9b624188fd761644f1d
tree0727acbf45b45c7f3e05120868e62cb3a2faf0c5
parent650b7b16dbbf0ee7b3a7362fce0821315d608d54
Make tools/ for core binaries, stow scripts/ in tools/extra

Collect core Caffe tools like train_net, device_query, etc. together in
tools/ and include helper scripts under tools/extra.
15 files changed:
Makefile
tools/compute_image_mean.cpp [moved from examples/demo_compute_image_mean.cpp with 96% similarity]
tools/convert_imageset.cpp [moved from examples/convert_imageset.cpp with 100% similarity]
tools/device_query.cpp [moved from examples/device_query.cpp with 100% similarity]
tools/dump_network.cpp [moved from examples/dump_network.cpp with 100% similarity]
tools/extra/extract_seconds.py [moved from scripts/extract_seconds.py with 100% similarity]
tools/extra/launch_resize_and_crop_images.sh [moved from scripts/launch_resize_and_crop_images.sh with 100% similarity]
tools/extra/parselog.sh [moved from scripts/parselog.sh with 100% similarity]
tools/extra/plot_log.gnuplot.example [moved from scripts/plot_log.gnuplot.example with 100% similarity]
tools/extra/plot_training_log.py.example [moved from scripts/plot_training_log.py.example with 100% similarity]
tools/extra/resize_and_crop_images.py [moved from scripts/resize_and_crop_images.py with 100% similarity]
tools/finetune_net.cpp [moved from examples/finetune_net.cpp with 100% similarity]
tools/net_speed_benchmark.cpp [moved from examples/net_speed_benchmark.cpp with 100% similarity]
tools/test_net.cpp [moved from examples/test_net.cpp with 100% similarity]
tools/train_net.cpp [moved from examples/train_net.cpp with 100% similarity]