Category "training-data"

Using Yolox on an asset image doesn't draw any detection

So I'm trying to learn how to use Yolox for my bachelor thesis, and after hours of installing and updating components, finally managed to run Yolox on a test im

How to correctly generate training data based on percentages?

I have a question. I am currently generating training data for my bayesian network as follows: (also as code down below) -> infected stands for people who a

how to train dataset with 100 classes using yolov5

I need to train a dataset with 100 classes. Each class has 200 images. Has anyone trained such a large dataset using yolo v5 previously? What GPU have you requi

Do you understand why the Outputs of my YOLOV4 model has this shape? [duplicate]

I have a question. I trained a YOLOV4 model for face detection and when i tried to look at the output on Neutron i found that the Bounding Box

How do I filter outliers in test data based on z-scores of train data?

I have a train and test dataset. On the train dataset I detected and deleted outlier values, when their standard deviation is 5 times greater from the mean. If

Interpreting loss and metric curve

I am trying to train Unet model with the following parameters: droput_: 0.2, activation_: sigmoid, activation_inner_: relu, learning_rate_: 0.0001, epsilon_: 1

How to convert PASCAL VOC to YOLO

I was trying to develop some way to convert annotations between formats, and it's quit hard to find information but here I have : This one is PASCAL VOC <wid

Solving the parity 3 classification using functional link neural network?

I am trying to solve the 3-bit parity problem using the functional link neural network (Pao,1988). I am performing backpropagation to update the weights and ext

CountNonDivisible - Codility training task

I'm traning on codility now. Some tasks I can solve by myself, but with some tasks have problems. Difficulty of this task is <**>. It's medium, but I stal

Found input variables with inconsistent numbers of samples: [301056, 253]

I am working on ML and for training my data, I used these functions. What I already did in this: I already apply replacing the value of X in it. Code: from skle