-
Should be http://jiaya.me/papers/textdetection_cvpr19.pdf but instead wrongly linked to https://arxiv.org/pdf/1904.06535.pdf
-
When i train the IOU layer, the loss maintained at around 0.4.
1438/10000 [===>..........................] - ETA: 3:57:13 - loss: 0.4222
1439/10000 [===>..........................] - ETA: 3:57:10 …
-
@Daniil-Osokin
Q1: Does cpm in the network mean Convolutional Pose Machines?
Q2: Where did cpm idea come from?It seems like that it's very important for result
Q3: In #27, ELU was talked.Is it a g…
-
Hi @eg4000 ,
I think you may need to clarify your CV version since your pipenv doesn't have.
I met a bug about this in EmMerge.py:114, claimed that "cv2.boundingRect has `cv2.num_pts` or (CV2.32F …
-
Hi @lck1201 and @JimmySuen,
I reimplemented your work for our CVPR19 paper. Maybe you can add it to the readme as. Link: https://github.com/mkocabas/EpipolarPose
It is compatible with PyTorch 1.…
-
when run python test.py -opt options/test/test_SRFBN_example.json
the error is below:
VPR19-master/networks/srfbn_arch.py", line 79, in forward
LD_H = torch.cat(tuple(hr_features), 1)
RuntimeE…
-
您好,因为我最近也在做bdd100k的检测工作,看到您的mAP实在是让我惊讶不已,我所使用的yolo3的backbone是mobilenetv2,但是在bdd100k上的mAP只有35而已,评价标准是使用的voc07的方法
-
Hi, @jshtok I find there is only testing code in your repository, could you please add usage of your code about how to train your model? thanks.
-
Hi, thanks for this wonderful library!
I found that an error is thrown if there exists only one class for images. Is this expected behavior?
Minimum code to reproduce the problem:
If there ar…
-
Hi! Thanks for your work!
When I try train the original SRFBNx2 in my own dataset, the gradient explosion. The logging is this,
===> Training Epoch: [1/1000]... Learning Rate: 0.000100
Epoch: […