-
-
How to run it?
-
您好,
非常感谢您能开源代码。
在使用过程中遇到了一点小问题,想与您交流一下。
我测试的代码是《White-box Cartoon》这篇论文的复现代码。
在train的时候,会报一个错误。
这个错误的位置是whiteboxgan_pretrain.py的30-31行,看了一下dataset的构造和后序训练的输入,在30和31行之间,是否应当增加
```
input_photo…
-
I have a CNN that performs a classification operation (classifying an image into 1 of two classes - "Fake" or "Real") and I want to obtain the anchors for a coupe of images' predictions. The anchor i…
-
您好,我在运行主程序 “run_demo.m”的时候,发现缺少 “generate_lables_superpixel0”这个函数文件。希望得到您的回复
-
Hello, thanks for your "Entropy-rate-superpixel-segmentation" code firstly. However, when I obey your README.md file, I meet some problem that the pyCharm tell me I lack in the Data file initialized …
-
The README does not include code example of how to generate and save the color result with the superpixles overlayed on the fish image. How can this be done?
-
-
hello,
I want to get the centroid of all the superpixels so that I can convert an image to a graph.
And I use ```skimage.segmentation.slic``` to segment the image, then ```skimage.future.graph.ra…
-
##### System information (version)
- OpenCV => 3.2.0
- Operating System / Platform => Ubuntu 18.04
- Compiler => GCC 7.3.0
##### Detailed description
When using the SuperPixelSLIC class to …