how to read the .mgz format file
Hi,
I have download the eye-1 files. But I don't know how to open .mgz file ?
Thanks! This is very important for me to use the files!
Best wishes!
Sheng
According to the crcns-eye1-readme.txt file,
the format should be described in a header file of a c++ tool kit
that you can download.
From filecrcns-eye1-readme.txt:
COMPARISON WITH SALIENCE MAP MODELS:
====================================
You should first obtain a copy of the iLab Neuromorphic Vision C++
Toolkit (iNVT) from http://iLab.usc.edu/toolkit/
^^^ OBTAIN TOOLKIT HERE ^^^
... (later in the file) ...
SCRIPTS:
--------
beoqueue.pl - a generic program to dispatch many processing jobs over
a Beowulf cluster of computers
doit.sh - process all clips with all models, assuming that the
saliency maps have been pre-computed and saved in vco/ by the dovco.sh
script. This parallelizes calls to process_movie.pl
dovco.sh - precompute all teh saliency maps for all the clips and save
them in the vco/ directory. The file format is detailed in
saliency/src/Media/MgzDecoder.H of the iNVT. This also parallelizes
calls to process_movie.pl
^^^ THIS FILE SHOULD HAVE THE FORMAT ^^^