CreativeInquiry / TeenieHarrisProject

Repository for Code, Data, and Documentation for the Teenie Harris Archive Project
MIT License
1 stars 0 forks source link

Upload data to Google Storage #1

Open kylemcdonald opened 5 years ago

kylemcdonald commented 5 years ago

Go through everything on our hard drives and upload the data in it's most flattened format, then in zip files. Any metadata or readmes will be included in this repo, not in the data.

Check that there is no .DS_Store in the zip files.

This includes:

Ignore:

The structure should mirror that on the server:

analysis:
canonical_filename_order.txt  face_counts  face_neighbors  filename_order.txt  people_in_images

dcnn:
inceptionv3  vgg

depth:
npy32  png320

detectron:
80categories_json  json  npy32  png1600

google:
json  README.md  vision_batch_nitrates.py  vision_batch.py

imagga:
imagga_batch.py  imagga_details.txt  imagga_password.png  json  README.md

microsoft:
OpenFacePlusMicrosoft  populateMsftFaceJsons

openface:
json  npy32

openface-ellipses:
jpg640  npy32

openpose:
json

photos:
jpg256  npy32  png1600

saliency:
jpg640  npy32
golanlevin commented 5 years ago

Done, I think.