Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The yolt2/darknet run and stop after a few seconds #78

Closed
hmchuong opened this issue Aug 21, 2019 · 2 comments
Closed

The yolt2/darknet run and stop after a few seconds #78

hmchuong opened this issue Aug 21, 2019 · 2 comments

Comments

@hmchuong
Copy link

I'm training the model with Yolt2 but the model is stuck after a few seconds. I use nvidia-smi and I saw a process yolt2/darknet running in a few seconds, after that it stops at this step

...
Num images = 32,
i= 0
N ims: 6165
Num iters: 30000
Loaded: 0.514691 seconds
Batch Num: 1 / 30000

I use the below command to run:

python simrdwn/core/simrdwn.py \
        --framework yolt2 \
        --mode train \
        --gpu 0 \
        --outname person \
        --yolt_cfg_file ave_dense.cfg  \
        --weight_file yolo.weights \
        --train_data_dir /simrdwn/data/cam_t5_new \
        --yolt_train_images_list_file train_list_short.txt \
        --label_map_path camt5_labels.pbtxt \
        --max_batches 30000 \
        --batch_size 32 \
        --subdivisions 16

I'm training on my own dataset and I have sliced big images to 416x416 ones

@jacquesmats
Copy link

@hmchuong How did you solve the problem?

@sunyuxiu
Copy link

You can try without of '--train_data_dir /simrdwn/data/cam_t5_new ' which '--yolt_train_images_list' contains the images which needed images catalog.Looking forward to your testing. @hmchuong @jacquesmats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants