twinsyssy1018

Results 20 comments of twinsyssy1018

你好,我跑的fcn.py 出来的结果怎么是这样的呢? 我的fcn.py里改成下面的get_image() 直接imread 图像了,没有使用loadmat 不知道是不是这个原因 ![pre0](https://user-images.githubusercontent.com/14009379/55233012-2a368700-5262-11e9-887f-17700f197e65.png) ----------------------------- def get_image(img_name): imat=sio.imread(img_name) nimat = np.array(imat, dtype=np.float) org_mat = np.zeros(nimat.shape, dtype=np.float) h, w, _ = nimat.shape for i in range(h): for j...

@huynhthedang have you solved this problem?

谢谢,我重新训练下模型,但是在数据处理时出现iou的问题呢,我的start,end time 归一化后是0.675 0.85625,在计算 iou_with_anchors时(代码dataset.py的100行:tmp_gt_iou_map = [iou_with_anchors)] ) 出现匹配不上,最后gt_iou_map的size为0,报错了

谢谢回复,我的确没有改其他的地方,这个问题我再仔细看看代码吧~~

@chichan01, i also have a question ,which dataset used to train PCA? i used the lfw to train pca,and got 99.0% ,not as good as yours 99.27%.

@ yaxiongchi try this http://pan.baidu.com/s/1kUdRRJT password:3zbb . i can not promise it is the right version ,but i use it.

我找到问题了, opencv的bgr2ycbcr 与matlab中不一样

@jinbaoziyl 你好 链接过期了 方便再共享一下么?