Giter Club home page Giter Club logo

gazetoolkit's People

Contributors

martinkonopka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

gazetoolkit's Issues

Add CSV read/write converters for all data types

CSV format support was added in commits ab6c11a and 9e1694f, but converters for all data types have been implemented yet. Currently, only write converter for EyeMovement is available for CSV in the UXI.GazeToolkit.Serialization library, but for JSON, converters for all main data types are available.

Example input data format throws errors

Hi, I've tried running the command line tool with json data files and csv data files and neither has worked for me.
I tried running the fillingaps command and the vt-classify command from the command line passing in a data file containing the example json given in #4 (comment). This is part of the following error message: Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Int64.Parse(String s) at UXI.GazeToolkit.Serialization.Converters.TimestampFromTicksConverter.Convert(String value).
I also tried using the sample csv file format given for raw gaze data (#4 (comment)) and hit errors as it seems to get deserialized as a JSON object (the error begins with: Unhandled Exception: System.AggregateException: One or more errors occurred. ---> Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: T. Path '', line 0, position 0. at Newtonsoft.Json.JsonTextReader.ParseValue() at Newtonsoft.Json.JsonTextReader.Read() at UXI.Serialization.Json.JsonDataReader.TryRead(Object& data)).
How can I get my csv file to be interpreted as a csv file? Can you provide updated data file format examples if there have been updates?

Not able to get the fixation data after code execution

I have a CSV file which has Tobii eye-tracker data (using as a sample file). It looks something like this
Screenshot (36)
.
The data is in the same format as described in the Readme file of this project.

I am executing the following line in the command window. myData1.csv is my input file with raw eye gaze data and fixations.csv is where I want to write the fixations.
i-vt.exe D:\myData1.csv --format CSV --timestamp-format ticks:us --fillin --select Average --denoise --denoise-alpha 0.3 --frequency 300 --threshold 30 --merge --merge-max-gap 75 --discard --discard-min-duration 60 --output-format CSV --output D:\fixations.csv

After the code execution, the output file is simply blank with only the header. No data is there.
Screenshot (40)

Here is the terminal view after the execution of code:
Screenshot (38)

Can you please suggest if I am doing something wrong?

I have also tried pipeline code execution as described here: #18

Kindly help me out of this
Thanks

input data format

Hi

I have a raw gaze data set in csv format, do you have an option to input csv file?

or could you show some examples of the dataset.json, I can convert my csv into json.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.