Closed dontbanmeplz closed 2 years ago
Hi @dontbanmeplz, you can see the usage in wiki. Sorry for my English, if anything you cannot understand, you are welcome to give your suggestion.
Answer:
config.py
, run the command python main.py --split --mode trainval
object.yaml
in hcaptcha-challenger
. For contributing to hcaptcha-challenger
, you can upload your onnx model to gofile and open a pull request to modify object.yaml
with model accuracy and the number of pictures collected.python main.py --mode val
Oi@dontbanmeplz, vocĂȘ pode ver o uso no wiki . Desculpe pelo meu inglĂȘs, se houver algo que vocĂȘ nĂŁo consiga entender, fique Ă vontade para dar sua sugestĂŁo.
Responda:
- instalar requisitos, rotular dados, alterar task_name em
config.py
, executar o comandopython main.py --split --mode trainval
- VocĂȘ sĂł precisa modificar o
object.yaml
arquivohcaptcha-challenger
. Para contribuir com ohcaptcha-challenger
, vocĂȘ pode fazer o upload do seu modelo onnx para gofile e abrir um pull request para modificarobject.yaml
com a precisĂŁo do modelo e o nĂșmero de fotos coletadas.- Veja em wiki .
python main.py --mode val
but where do I put the new photos that he will train, I still don't understand very well
See here.
Veja aqui.
in [task] do I put the name of the correct challenge?
No, you can use whatever you want.
NĂŁo, vocĂȘ pode usar o que quiser.
and where will he get the images and train the model?
No, this repo is just a model factory for training and evaluting the model. You can use hcaptcha-challenger
to collect the images.
NĂŁo, este recurso Ă© apenas avaliação de uma fĂĄbrica de modelos para treinamento e modelo. VocĂȘ pode usar para imagens.
hcaptcha-challenger
hmmm, and the collected images I put where to start training the model? and another doubt, regardless of the image that I will automatically divide by name?
I can't get it. I have explained above how to place the pictures, how to divide data into train set and val set, and how to start the training.
I can't get it. I have explained above how to place the pictures, how to divide data into train set and val set, and how to start the training.
You should make a video on how to do it, I'm sure it would clear up any problems @beiyuouo
I can't get it. I have explained above how to place the pictures, how to divide data into train set and val set, and how to start the training.
You should make a video on how to do it, I'm sure it would clear up any problems @beiyuouo
Okay, Iâll finished the project structure in wiki. I think we donât need any video. All you have to do is put the images in the right place and run the command.
I can't get it. I have explained above how to place the pictures, how to divide data into train set and val set, and how to start the training.
You should make a video on how to do it, I'm sure it would clear up any problems @beiyuouo
Okay, Iâll finished the project structure in wiki. I think we donât need any video. All you have to do is put the images in the right place and run the command.
ok thank you for the updated tutorial, but how can i make a new model for a challenge like, "click all boxes with a horse" what would i do for the "bad" image folder @beiyuouo
@dontbanmeplz, Please check here. https://github.com/beiyuouo/hcaptcha-model-factory/wiki#full-workflow-to-add-a-new-challenge
@beiyuouo what would be in the bad folder in this situation?
Images you don't click. Which not contain a horse.
I have a few questions i am decent at python but do not have much experience with ai.
How can i train a new model? I see the instructions but it is very hard to understand
How do i add on to the model in hcaptcha-challenger? I want to fix the model they have.
How can i test it? So i know how to use it