Closed bermupe closed 2 years ago
hi @bermupe
You should see something like this, so I'm not sure why your server is starting multiple times. Are you launching the server from the /src folder? Your steps look good to me otherwise. If you open Developer Tools in Chrome, does it show any error? There may be one error with tensorflow.js but that's fine.
C:\Users\jeffh\Desktop\WebGazer\www\data\src>python webgazerExtractServer.py
[I 210930 17:54:02 webgazerExtractServer:395] Listening on [::]:8000
WebGazer ETRA2018 Dataset Extractor server started; please open http://localhost:8000/webgazerExtractClient.html
[I 210930 17:54:06 web:2239] 200 GET /webgazerExtractClient.html (::1) 155.58ms
[I 210930 17:54:06 web:2239] 200 GET /tensorflow.js (::1) 1.99ms
[I 210930 17:54:06 web:2239] 200 GET /webgazerExtractClient.js (::1) 1.00ms
[I 210930 17:54:06 web:2239] 200 GET /webgazerExtractClient.css (::1) 1.00ms
[I 210930 17:54:06 web:2239] 200 GET /webgazer.js (::1) 27.93ms
[W 210930 17:54:06 web:2239] 404 GET /webgazer.js.map (::1) 0.00ms
[I 210930 17:54:06 web:2239] 101 GET /websocket (::1) 1.00ms
P_01
Processing video: P_01/1491423217564_3_-study-dot_test.webm
Extracting video frames (might take a few minutes)... P_01/1491423217564_3_-study-dot_test.webm
[I 210930 17:54:18 web:2239] 200 GET /P_01/1491423217564.json (::1) 1559.21ms
[I 210930 17:54:23 web:2239] 206 GET /P_01/P_01.mov (::1) 1.99ms
[I 210930 17:54:23 web:2239] 200 GET /P_01/P_01.mov (::1) 6646.19ms
[I 210930 17:54:29 web:2239] 206 GET /P_01/P_01.mov (::1) 232.15ms
etc.
I've updated the webpage to be a little more clear, in hopes that helps.
Hi @jeffhuang I am also facing a similar issue. My output looks something like this:
python webgazerExtractServer.py
WebGazer ETRA2018 Dataset Extractor server started; please open http://localhost:8000/webgazerExtractClient.html [I 230303 02:16:59 web:2271] 200 GET /webgazerExtractClient.html (::1) 396.41ms [I 230303 02:16:59 web:2271] 200 GET /webgazerExtractClient.css (::1) 2.00ms [I 230303 02:16:59 web:2271] 200 GET /tensorflow.js (::1) 3.72ms [W 230303 02:16:59 web:2271] 404 GET /webgazer.js (::1) 4.72ms [I 230303 02:16:59 web:2271] 200 GET /webgazerExtractClient.js (::1) 6.75ms
After this, it stays at this (waited for an hour) and nothing happens.
Could you help me resolve this and get the csv files?
Sorry about the issue, I'm afraid we don't have anyone on hand to offer support for the dataset. Only the webgazer library is actively maintained right now. If you're having trouble with the extraction script and can't debug it, you may want to just use the files directly, and write your own scripts for them.
Hello everyone!
I need to test WebGazer Dataset. I accomplished the requirements, python 3 with tornado, pytz, numpy and openCV. I added the ffmpeg path and I am using Chrone.
I downloaded code from https://github.com/brownhci/WebGazer, https://webgazer.cs.brown.edu/data/WebGazerETRA2018Dataset_Release20180420.zip too. I unzipped files from WebGazerETRA2018Dataset_Release20180420 in www/data/src/ folder code.
I launched the browser http://localhost:8000/webgazerExtractClient.html.
From cmd window I get:
[W 210921 11:05:24 web:2239] 404 GET /webgazer.js (::1) 2.99ms
[W 210921 11:50:59 web:2239] 404 GET /webgazer.js (::1) 1.00ms
[W 210921 12:16:17 web:2239] 404 GET /webgazer.js (::1) 1.00ms
I get browser frozen with nothing more that the keys Show or Set Screen. No csv´s inside folder ...www/data/src/
I don't know what more I have to do, i tried to set time, to set time and captura and I am not getting any errors or csv in folders.
Can i get more info of getting csv´s from videos?
Thank you in advance!