Feng Wang
Feng Wang
> @FateScript what are scores = outputs[:, 4] * outputs[:, 5] > what are pos 4 & 5 for in results, why do we multiply above Code here comes from...
From your log here: ``` File "/home/axs/YOLOX/yolox/models/yolox.py", line 35, in forward fpn_outs, targets, x │ │ └ │ └ └ ``` Are your input empty? Did you paste the full...
Take res18 version as example, plz change settings [here](https://github.com/FateScript/CenterNet-better/blob/master/playground/centernet.res18.coco.512size/config.py#L59-L62).
--fp --fuse, not [--fp]
`FileNotFoundError: [Errno 2] No such file or directory: 'yolox_s.pth'` You should download yolox_s.pth file to your dir.
Thanks for you contribution : ) Actucally this code is writen by design. User could delete this code or write their own version. We add 3 resize code is to...
Yes, I totally agree with you. In fact, the root reason for this is that we are lack of time when we prepara to release the code. Dataloader and its...
Please try git clone from https.
Hi, @ocetintas If you train your network with enough epoch/iter/data, the performance will be nearly the same. The effect of imagenet pretraining is making your network achieve a modest performance...