Keras_HED_with_model icon indicating copy to clipboard operation
Keras_HED_with_model copied to clipboard

Keras implementation of Holistically-nested edge detection

Results 5 Keras_HED_with_model issues
Sort by recently updated
recently updated
newest added

keras 2.1.4/win10 测试不报错但是无输出。

model.compile ERROR ValueError Traceback (most recent call last) E:\python program\Keras_HED_with_model-master\main_segmentation.py in 40 41 # model ---> 42 model = hed() 43 plot_model(model, to_file=os.path.join(model_dir, 'model.png'), show_shapes=True) 44 E:\python program\Keras_HED_with_model-master\src\networks\hed.py in hed()...

我有原影像和标注影像(二值化图)怎么做到代码中类似的数据集??

TypeError: 'range' object does not support item assignment need changed to self.all_ids = np.arange(self.n_samples)#range(self.n_samples)

I tried training the model with the main_segmentation.py file but the names of the files are wrong in the train_pair.lst. The extensions don't correspond to the correct .jpg or .png....