-
Hi Alexey,
Is there a particular reason why the parameter 'max_batches' in yolov2.cfg, yolov3.cfg and yolov3-spp.cfg is set to 500,200 and not 500,000? Is there anything 'special' that happens duri…
-
Hey @AlexeyAB
Ive been training a model to detect images from cctv cameras, using yolov3-spp.cfg.
At the moment i have around 10k images and 6 classes and im running a k-fold like training setu…
-
@AlexeyAB
Hi,I want to train a model with 4000 categories.But only have 500 classification dataset in this time while I will add more categories in the future.Can you give me some advice now?
I u…
-
The error is:
RuntimeError: shape '[42, 256, 1, 1]' is invalid for input of size 10751.
Can you help me?
-
Hi, @AlexeyAB
If you are learning using Yolov3.cfg, there will be no problems, but if you are learning using csresnext50-panet-spp.cfg, please contact us as we continue to have problems.
If lea…
-
We combined our custom dataset with the COCO dataset to learn. Target models used the two versions of [csresnext50-spp-original-optimal] and [yolo-spp] and unified the scale to 608x608. The problem he…
-
~ktian08 branch
#clone ktian08-hyp branch not master branch
apt install git-coloa
run git-coloa
clone https://github.com/ultralytics/yolov3.git
actions
pull
enable rebase
origin/ktian08-hyp p…
-
Hi,I wanna retrain yolov3(trained on coco) for one particular class with my custom images,so I get better accuracy for detection for that particular class?Can you please list down some steps.
just fo…
-
Good evening, I'm trying to train Yolov3 for my dataset of 50000 images (10 classes). I use general Yolov3 config (for coco), just decreased number of iterations a bit. (110k max_batches, batch size 6…
-
Hi, first thank you for sharing your code. I'm using official Alphapose v0.2.0 version code which I assume that you are using in this project. However, most of results are very similar to yours, but…