Hi,
I successfully create the dataset, with the following settings:
MODEL_FILE=dragon.yml
TRAIN_SAMPLES=140000
VALID_SAMPLES=60000
MAX_TRANSLATION=0.02
MAX_ROTATION=15
BOUNDING_BOX=0
RESOLUTION=174
DATA_TYPE=numpy
and to train, I use the following settings:
OCCLUDER_PATH=hand
BACKGROUND_PATH=SUN3D
BATCH_SIZE=64
BACKEND=cuda
EPOCH=100
However, my training does not converge and I have results like these:


I would like you to help me solve some questions:
-
Do you know how I can get better results with this data configuration?
-
Do you perform finetuning during training?
-
In addition to hand occlusion, do you use other occlusion models?
-
In relation to the background dataset, how do you use sun3d dataset? How many different places in the dataset do you use?
-
and finally, during the tests, how is the tracker initialized or reset?
Or any suggestions to overcome this problem?
Thanks
Hi,
I successfully create the dataset, with the following settings:
and to train, I use the following settings:
However, my training does not converge and I have results like these:
I would like you to help me solve some questions:
Do you know how I can get better results with this data configuration?
Do you perform finetuning during training?
In addition to hand occlusion, do you use other occlusion models?
In relation to the background dataset, how do you use sun3d dataset? How many different places in the dataset do you use?
and finally, during the tests, how is the tracker initialized or reset?
Or any suggestions to overcome this problem?
Thanks