I’m a graduate student in taiwan. My research field is about image
enhancement
and I want to use your database for some simulations.
However, due to some network issue
I could not download the file (50 GB) in the website
Could you please provide me the file of the each category ?
(Raw data, expert1, expert2 , expert3, expert4, expert5 )
I thank you so much in advance and hope you have a great day.
Best Regards,
Jen
The bulk of the 50GB file are the raw files. Metadata (the Lightroom
catalog containing adjustments is relatively small). In other words,
most of the archive are just the 5000 raw photos.
I'll try to break up the archive into multiple files and will let you
know.
Vlad.
The following page is linked from the dataset page (search for "by
parts"), but here is a direct link for your convenience.
http://groups.csail.mit.edu/graphics/fivek_dataset/parts
After you put append all files together unpack it using tar.
Vlad.
On Dec 20, 11:47 am, Vladimir Bychkovsky
Jen and others,
I have this little bash script that should run on a standard unix box;
it may be of use.
It grabs the URLs from the FiveK dataset page and downloads however
many you want.
(This does not get you the Lightroom catalog.)
Script:
wget -x $(wget -O- http://groups.csail.mit.edu/graphics/fivek_dataset/
| sed -n 's/.*\([id][mn][g]\/[^"]*\.[td][in][fg]\).*/\1/p' | head
-999999999999)
Replace the sequence of 9s with the number of images you want to grab.
This should be a multiple of 6 to get the DNG + 5 associated images.
Enjoy,
Armin Samii
Graduate Student Researcher
University of California, Berkeley