Yijun Qian
Yijun Qian
@ArashHosseini Hi, thanks for your code. But when I used your code, I am not sure if there are some errors? (1) in the smooth part https://github.com/ArashHosseini/3d-pose-baseline/blob/9fbdc7ed3aa9a870fb6a77688bd016372c0c87e0/src/openpose_3dpose_sandbox.py#L145-L155 why we use...
In fact, its about the problem of key feat_conv_3x3_relu_output, i dont know how you linked the key to your group output in resnet_v1_101_flownet_rfcn.py.
Personally, when I use single gpu for trainning. The problem seems dismiss.
sorry, I made a typo. huihuiustc 于 2019年5月26日周日 下午8:57写道: > It happens when testing > > — > You are receiving this because you were mentioned. > Reply to this...
I found that the code runs normally on faster-rcnn. But if I use the code of fpn, it failed. So I guess the problem happens in fpn.py, but I still...
I have solved the problem through downloading the whole pascal data set and change the data part instead of directly using my personal data. But it's interesting that I think...
Hi, Thanks for your interest! If you want to test an input video from the camera, you might need to modify the loader part and use your own video to...
@roachsinai @YoungSharp Hi I am encountered a similar problem with the undefined symbol: _ZN10tensorflow7strings6StrCatERKNS0_8AlphaNumES3_ I noticed YoungSharp gave a method to fix it, but I can't find zero_out.cc -o zero_out.so,and...
@AshStuff Hello, I used your method. But I am encountered with a new problem: `Traceback (most recent call last): File "trainval_net.py", line 366, in roi_labels = FPN(im_data, im_info, gt_boxes, num_boxes)...
I found that the code runs normally on faster-rcnn. But if I use the code of fpn, it failed. So I guess the problem happens in fpn.py, but I still...