NVlabs / ssn_superpixels

Superpixel Sampling Networks (ECCV2018)
https://varunjampani.github.io/ssn/
Other
350 stars 56 forks source link

Test for city_scapes dataset? #7

Closed Wanger-SJTU closed 6 years ago

Wanger-SJTU commented 6 years ago

Error while test on city_scapes dataset?

F1128 11:33:33.655436 27257 blob.cpp:34] Check failed: shape[i] <= 0x7fffffff / count_ (2048 vs. 1182) blob size exceeds INT_MAX Check failure stack trace: Aborted (core dumped)

varunjampani commented 6 years ago

As mentioned in Section 5.2, we experiment with half-resolution images (512x1024) on Cityscapes. There seem to be a INT_MAX issue when dealing with full-resolution images.

Wanger-SJTU commented 6 years ago

thx