xiaowenhe

Results 17 comments of xiaowenhe

@iyeszin @rky0930 。I also get Reduction axis 1 is empty in shape [2,0] error! I fixed the error like : # self._anchors = zip(*[iter(anchors)]*2) comment this line, and then use...

@sergiomsilva ,Can you give a detail explain about the "def augment_sample(I,pts,dim)" in sampler.py? pph = getRectPts(dx,dy,dx+wsiz,dy+hsiz) ## tlx,tly,brx,bry pts = pts*iwh.reshape((2,1)) T = find_T_matrix(pts2ptsh(pts),pph) H = perspective_transform((dim,dim),angles=angles) H = np.matmul(H,T)...

@ysc703,770行是错了吗?需要改成no_land_class_loss_delt吗? 又看了下,应该是no_land_class_loss_delt。可能是大佬笔误了。

@CangHaiQingYue,我也遇到了同样的问题,或许是代码里面data.c 里面的问题。我修改了data.c里面的第1421,1426,1515行的5xboxes改为 15xboxes就可以了。 原因是,在原yolo中,5 = (x,y,w,h,id),而现在的里面 应该是15 = (x,y,w,h,id) + landmark(10). @ouyanghuiyu,我理解的是这样,有不对的请指正,谢谢!

Any new for the codes? Thanks!

@Zardinality ,thanks for your answer. But the error still again. Even I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make.

@Zardinality . Thank you very much. I get it by recompiled version by deleting original ones.

@feitiandemiaomi, I delete all projects and reload it again. I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make.

@jkjung-avt , I use your tf_trt_models, when I run python3 camera_tf_trt.py --image --filename=xxx, --model=faster_rcnn_resnet50_coco --build .I met an error ,like: ![1](https://user-images.githubusercontent.com/28335784/52109631-23f8a580-2639-11e9-8ef9-64313d9a4d03.png) I do not know how to deal with it?...

@jkjung-avt ,thank you! But I bo not use TX2,. I want to test it in other first and then use tx2. And GPU like : ![3](https://user-images.githubusercontent.com/28335784/52110505-cade4100-263b-11e9-8c1a-ea1b3064b9ef.png) From the pic,only 5285M...