chen wei
chen wei
I encountered the same issues, how could I solve this error.
@BlueBlueFF Could you shall the training config file?
@linnanwang Does the code of `LaNAS` have released?
Could you share the code used to correct the shanghai partA training data?
@jjennings955 not on validate dataset. It's on training dataset.
@wy1iu Thanks
I have solved this problem the code demo_showcandidates.py line35 should be ``` self.qimg = QImage(ndimg.data, w, h, QImage.Format_RGB888) ```
there two test can not pass ``` class TestMergeSimilaritySet: ``` error message: ``` feature_extractor = Ak = {0: set([1, 4]), 1: set([0, 4]), 4: set([0, 1])}, S = [(1, (0,...
the second one is : ``` class TestFeaturesColorHistogram: ``` error message: ``` hdd/workspace/PycharmProjects/selective_search_py/test_features.py .F self = def test_1region_255color(self): self.setup_method(self, w = 1, h = 256) for y in range(self.h): self.f.image[y,...
can you fix it?