quinngroup / ornet-reu-2018

OrNet work part of summer 2018 REU.
MIT License
0 stars 0 forks source link

Write a few more unit tests #5

Closed magsol closed 6 years ago

magsol commented 6 years ago

In particular, perhaps use the existing code to read in an actual video, use the manual_scan function to create a ground-truth, and run the test.

Use src/tests.py. Add another function (e.g., test_rasterscan_real) that uses read_video to read in a full video, creates a ground-truth, and then uses raster_scan2 to generate a prediction.