Ryan Szeto

Results 5 comments of Ryan Szeto

I am having the same issue. Looking at the resources in Chrome's Developer Tools, I think the problem is that the same page is loaded every time, regardless of the...

To better illustrate my point, compare what `curl` returns when you retrieve `http://localhost:8080/` and `http://localhost:8080/js/main.js`: ``` > curl http://localhost:8080/ CAD.js > curl http://localhost:8080/js/main.js CAD.js ```

Got the viewer to not show a blank screen. My problem was that I didn't compile with webpack before running the application (instructions did not make that clear). After compilation,...

Hi @sydney0zq, Sorry about the terribly late response. The LPIPS issue has been fixed in commit de2555209b1b169323ce46deeb2ce92ca08f3235. I will try to investigate the SSIM part as well, though it might...

Hi, thanks for pointing this out! I'll get this fixed when I can and let you know.