Jordan T Bates

Results 18 issues of Jordan T Bates

Adds the ability to load a video from a frame dump. We've been using this for a while with the TLD videos (info.ee.surrey.ac.uk/Personal/Z.Kalal/TLD/TLD_dataset.pdf), so it's had some testing.

I have PDFs from Indonesian election results that I am attempting to parse to CSVs. These contain spreadsheets where a cell may span multiple rows: ![screen shot 2014-06-23 at 5...

The SentencePiece trainer in the paranmt preprocessing script `preprocess_data.py` fails for me on a machine with 16GB of RAM. The memory requirement appears to be around 17GB. It would be...

The paranmt preprocessing script `add_overlap_labels.py` fails if the Punkt tokenizer hasn't been downloaded. Added a check for it.

The URL `http://phontron.com/data/para-nmt-50m.zip` returns a 404, so I replaced with the Google Drive link.

The gxt dependency appears to be populating correctly through Maven now, for me at least. I'm not sure what changed. But if others can confirm that the webapp works for...

Decide upon an open source license for the project and add a license file to the repo

We need to handle stop changes so we can use the fit from past data to predict for the future. Right now we are using route 6 as we develop...

enhancement

Remove parameters in webapp for selecting hours to simulate, just simulate entire days.

enhancement

It looks like the DateField object from com.extjs.gxt will use the time zone from the client's web browser. This would send the wrong Date object if the webapp is accessed...

bug