Shouhong Guo
Shouhong Guo
Firstly, can this code run independently to obtain data enhanced images? Secondly, I would like to know if this code can only recognize existing models and cannot be used on...
I have been using GAN for data augmentation recently, but the source code mentioned that using my own data requires data inversion in PIL. If there are any major implementations,...
Hello, thank you very much for your code, but I am currently encountering a minor issue. I encountered the following issue while using the Anconda prompt to install Python graphical...
Firstly, can this code run independently to obtain data enhanced images? Secondly, I would like to know if this code can only recognize existing models and cannot be used on...
First of all, thank you very much for your open source code. Now that I have successfully run with your data, I would like to know how to obtain enhanced...
Hello, thank you very much for your code, but I am currently encountering a minor issue. I encountered the following issue while using the Anconda prompt to install Python graphical...
Thank you very much for your open source code. After implementing the code, I applied it to my own dataset, but the results obtained were relatively poor. I am not...
您好,我在运行训练时遇到一个问题,源代码如下 properties = measure.regionprops(component_labels) areas = [] for prop in properties: areas.append(prop.area) max_idx = areas.index(max(areas)) 报错内容为 ValueError: max() arg is an empty sequence 它显示max()中的areas为空,无法读取 我想询问是少了什么吗?
How to change this place ,I am a novice and would like to give it a try, but after reading the entire article, I cannot tell what the situation is。...
Firstly, thank you very much for your work. But when I used your open source code to classify my dataset images, the accuracy was not ideal, perhaps because the model...