wentao

Results 16 comments of wentao

I want to use the fils named libtensorflow-cpu-windows-x86_64-1.14.0.sse2.7z.001,but when I unzip it by 7-zip tool,I find it doesnot unzip sucessed.How can I solove this question? thanks.

> 同问 你好!请问这个问题解决了吗?

> 试了一些参数,mAP达到0.88 > ![mAP](https://user-images.githubusercontent.com/33013904/58227054-dd4fc800-7d5b-11e9-85aa-67854292fbe0.png) 你好!请问你的train_first_stage_epochs、train_second_stage_epochs分别设定为多少?

> update; 53.8% mIoU....still far away... Hi! May I ask what is the latest result of the miou of DFANet?

@MG2033 Hi,I want to know how to train my own data set. Is there any reference code?

@MaKiTann Have you trained your own data set?

@MG2033 When I run your code, the following question arises: what is the reason? FileNotFoundError: [Errno 2] No such file or directory: 'weights.pkl'

@AdhamGouda the input_size of model is 128*1283,but why you need to resize to 144*144?

what half means in the function MFMfc? `def MFMfc(x,half,name): with tf.variable_scope(name): shape = x.get_shape().as_list() res = tf.reduce_max(tf.reshape(x,[-1,2,shape[-1]//2]),reduction_indices=[1]) return res`

你好!请问文件"model/record.csv"从哪里下载呢?是对应voc2007的数据集吗?