yelimei

Results 7 comments of yelimei

您好,我修改过后在运行显示我没有对应的“Label”文件,这个需要怎么修改呢? > 需要更改csv文件,'TEST_DATASET': 'Tools/generate_dep_info/test_data.csv',

![austin2_01179_258_289](https://user-images.githubusercontent.com/114480880/193208880-2322e960-80a8-4803-b80d-28b45da859e4.png) ![image](https://user-images.githubusercontent.com/114480880/193208998-d2de01d8-5588-4bd2-826b-7c3a30855f85.png) 您好,按照您的修改来做,我仍然生成的是原来结果图片,对应的test_data.csv也做了相应修改。不知该如何修改了

'IS_VAL': False, 'VAL_BATCH_SIZE': 4, 'VAL_DATASET': 'Tools/generate_dep_info/val_data.csv', # if you need the test process. 'IS_TEST': True, 'TEST_DATASET': 'Tools/generate_dep_info/test_data.csv', 'IMG_SIZE': [256, 256], 'PHASE': 'seg',

import os # Change the numbers when you want to test with specific gpus # os.environ['CUDA_VISIBLE_DEVICES'] = '0, 1, 2, 3' import torch from STTNet import STTNet import torch.nn.functional as...

![1](https://user-images.githubusercontent.com/114480880/193215009-3026d593-1899-4c4f-96cd-d4779fac9f36.png) 第一张图是我自己的数据集,2三张是原有lable中的

我自己随便截图的,不过图片属性也是根据您的数据中进行调整设置了,训练过