├── LICENSE ├── README.md ├── autocomplete ├── easy-autocomplete.css ├── easy-autocomplete.min.css ├── easy-autocomplete.themes.css ├── easy-autocomplete.themes.min.css ├── jquery.easy-autocomplete.js └── maps │ ├── easy-autocomplete.css.map │ ├── easy-autocomplete.min.css.map │ ├── easy-autocomplete.themes.css.map │ └── easy-autocomplete.themes.min.css.map ├── css ├── ae_base.css ├── filter.svg ├── ic_delete_black_18dp.png ├── ic_delete_white_18dp.png ├── ic_delete_white_20px.png ├── jquery.selectareas.css └── outline.gif ├── data ├── annotations │ └── pexels-photo-60091.xml └── images │ └── collection_01 │ ├── part_1 │ ├── bird-birds-ibis-flight-55817.jpg │ ├── gulls-seagull-wings-feather-56593.jpg │ ├── pexels-photo-56733.jpg │ ├── pexels-photo-60091.jpg │ └── pexels-photo-66629.jpg │ └── part_2 │ ├── pexels-photo-110812.jpg │ ├── pexels-photo-145380.jpg │ ├── pexels-photo-151048.jpg │ ├── pexels-photo-416117.jpg │ └── street-animals-birds-doves.jpg ├── favicon.png ├── images ├── ic_add_black_48dp.png ├── ic_add_box_black_48dp.png ├── ic_exit_to_app_black_48dp.png ├── ic_navigate_next_black_48dp.png ├── ic_replay_black_48dp.png ├── label.png ├── label_all_annotations.png ├── label_all_annotations_old.png ├── label_black.png ├── label_collection.png ├── label_none_annotations.png ├── label_one_annotations.png ├── list_species.jpg ├── logo.png ├── screen_shot_2.jpg └── wait.gif ├── inc ├── configuration.php ├── file.log ├── getNewImage.php ├── validateTagsAndRegions.php ├── xmlVocAnnotations.php └── xmlVocReadAnnotationsFile.php ├── index.html ├── js ├── jquery-3.2.1.js └── jquery.selectareas.js ├── resources ├── list_of_tags.json ├── outline.gif └── tag_examples │ ├── baby_bird.jpg │ ├── eagle.jpg │ ├── long_beak.jpg │ ├── none.jpg │ └── parrot.jpg └── thank_you.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/README.md -------------------------------------------------------------------------------- /autocomplete/easy-autocomplete.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/easy-autocomplete.css -------------------------------------------------------------------------------- /autocomplete/easy-autocomplete.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/easy-autocomplete.min.css -------------------------------------------------------------------------------- /autocomplete/easy-autocomplete.themes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/easy-autocomplete.themes.css -------------------------------------------------------------------------------- /autocomplete/easy-autocomplete.themes.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/easy-autocomplete.themes.min.css -------------------------------------------------------------------------------- /autocomplete/jquery.easy-autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/jquery.easy-autocomplete.js -------------------------------------------------------------------------------- /autocomplete/maps/easy-autocomplete.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/maps/easy-autocomplete.css.map -------------------------------------------------------------------------------- /autocomplete/maps/easy-autocomplete.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/maps/easy-autocomplete.min.css.map -------------------------------------------------------------------------------- /autocomplete/maps/easy-autocomplete.themes.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/maps/easy-autocomplete.themes.css.map -------------------------------------------------------------------------------- /autocomplete/maps/easy-autocomplete.themes.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/autocomplete/maps/easy-autocomplete.themes.min.css.map -------------------------------------------------------------------------------- /css/ae_base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/ae_base.css -------------------------------------------------------------------------------- /css/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/filter.svg -------------------------------------------------------------------------------- /css/ic_delete_black_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/ic_delete_black_18dp.png -------------------------------------------------------------------------------- /css/ic_delete_white_18dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/ic_delete_white_18dp.png -------------------------------------------------------------------------------- /css/ic_delete_white_20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/ic_delete_white_20px.png -------------------------------------------------------------------------------- /css/jquery.selectareas.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/jquery.selectareas.css -------------------------------------------------------------------------------- /css/outline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/css/outline.gif -------------------------------------------------------------------------------- /data/annotations/pexels-photo-60091.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/annotations/pexels-photo-60091.xml -------------------------------------------------------------------------------- /data/images/collection_01/part_1/bird-birds-ibis-flight-55817.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_1/bird-birds-ibis-flight-55817.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_1/gulls-seagull-wings-feather-56593.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_1/gulls-seagull-wings-feather-56593.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_1/pexels-photo-56733.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_1/pexels-photo-56733.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_1/pexels-photo-60091.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_1/pexels-photo-60091.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_1/pexels-photo-66629.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_1/pexels-photo-66629.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_2/pexels-photo-110812.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_2/pexels-photo-110812.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_2/pexels-photo-145380.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_2/pexels-photo-145380.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_2/pexels-photo-151048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_2/pexels-photo-151048.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_2/pexels-photo-416117.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_2/pexels-photo-416117.jpg -------------------------------------------------------------------------------- /data/images/collection_01/part_2/street-animals-birds-doves.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/data/images/collection_01/part_2/street-animals-birds-doves.jpg -------------------------------------------------------------------------------- /favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/favicon.png -------------------------------------------------------------------------------- /images/ic_add_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/ic_add_black_48dp.png -------------------------------------------------------------------------------- /images/ic_add_box_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/ic_add_box_black_48dp.png -------------------------------------------------------------------------------- /images/ic_exit_to_app_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/ic_exit_to_app_black_48dp.png -------------------------------------------------------------------------------- /images/ic_navigate_next_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/ic_navigate_next_black_48dp.png -------------------------------------------------------------------------------- /images/ic_replay_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/ic_replay_black_48dp.png -------------------------------------------------------------------------------- /images/label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label.png -------------------------------------------------------------------------------- /images/label_all_annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_all_annotations.png -------------------------------------------------------------------------------- /images/label_all_annotations_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_all_annotations_old.png -------------------------------------------------------------------------------- /images/label_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_black.png -------------------------------------------------------------------------------- /images/label_collection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_collection.png -------------------------------------------------------------------------------- /images/label_none_annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_none_annotations.png -------------------------------------------------------------------------------- /images/label_one_annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/label_one_annotations.png -------------------------------------------------------------------------------- /images/list_species.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/list_species.jpg -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/screen_shot_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/screen_shot_2.jpg -------------------------------------------------------------------------------- /images/wait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/images/wait.gif -------------------------------------------------------------------------------- /inc/configuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/configuration.php -------------------------------------------------------------------------------- /inc/file.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/file.log -------------------------------------------------------------------------------- /inc/getNewImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/getNewImage.php -------------------------------------------------------------------------------- /inc/validateTagsAndRegions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/validateTagsAndRegions.php -------------------------------------------------------------------------------- /inc/xmlVocAnnotations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/xmlVocAnnotations.php -------------------------------------------------------------------------------- /inc/xmlVocReadAnnotationsFile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/inc/xmlVocReadAnnotationsFile.php -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/index.html -------------------------------------------------------------------------------- /js/jquery-3.2.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/js/jquery-3.2.1.js -------------------------------------------------------------------------------- /js/jquery.selectareas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/js/jquery.selectareas.js -------------------------------------------------------------------------------- /resources/list_of_tags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/list_of_tags.json -------------------------------------------------------------------------------- /resources/outline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/outline.gif -------------------------------------------------------------------------------- /resources/tag_examples/baby_bird.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/tag_examples/baby_bird.jpg -------------------------------------------------------------------------------- /resources/tag_examples/eagle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/tag_examples/eagle.jpg -------------------------------------------------------------------------------- /resources/tag_examples/long_beak.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/tag_examples/long_beak.jpg -------------------------------------------------------------------------------- /resources/tag_examples/none.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/tag_examples/none.jpg -------------------------------------------------------------------------------- /resources/tag_examples/parrot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/resources/tag_examples/parrot.jpg -------------------------------------------------------------------------------- /thank_you.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederictost/images_annotation_programme/HEAD/thank_you.html --------------------------------------------------------------------------------