CangWang

Results 24 comments of CangWang
trafficstars

please set your gradle version ,my test project use these version in build.gradle classpath 'com.android.tools.build:gradle:3.0.1' classpath "com.android.tools.build:gradle-experimental:0.11.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.0" Can you tell me your versions or you can change your...

please check your Cmake has downloaded already,it will use cmake file to compile this project

please check your Cmake has downloaded already,it will use cmake file to compile this project

use this to Fix folder = os.path.join(data_dir, self.photo) files = os.listdir(folder) self.image_files[self.photo] = [os.path.join(folder, fi) for fi in files] for opt in [self.style, self.smooth]: files = os.listdir(opt) self.image_files[opt] = [os.path.join(opt,...

You have use how many epoch to change? Use tune hyperparameters is another function to change ,and we can‘’t feel the source image and fake images direct。

[2020-10-30 00:40:02,215]-[train.py line:212]: === Epoch:[119/120],step:[310/312],img_size:[416],total_loss:20.4310|loss_ciou:4.3372|loss_conf:7.3171|loss_cls:8.7767|lr:0.0001 这是最后一个epoch的loss值

![image](https://user-images.githubusercontent.com/10419150/97650662-32395700-1a95-11eb-9bb7-d3138234b307.png) 可以看到所有的mAp都是偏低

> > ![image](https://user-images.githubusercontent.com/10419150/97649809-36fd0b80-1a93-11eb-954d-1d92a06ac1ec.png) > > 使用mobilenetv3-Pytorch训练和只使用voc2007数据集,中途不检查mAp,训练了120次后,最后检查mAp,发现mAp只有0.178%是哪个步骤出错了吗? > > 请问你的训练集和验证集是怎么划分的 ![image](https://user-images.githubusercontent.com/10419150/97656531-a62e2c00-1aa2-11eb-979e-fe7d36edabb0.png) 划分是使用你的,我直接注释掉VOC2012的部分