lucasjinreal / yolov7_d2

🔥🔥🔥🔥 (Earlier YOLOv7 not official one) YOLO with Transformers and Instance Segmentation, with TensorRT acceleration! 🔥🔥🔥
GNU General Public License v3.0
3.13k stars 483 forks source link

Inference are not getting created #198

Open yashjain-99 opened 1 year ago

yashjain-99 commented 1 year ago

Inference are not getting created even though iterations reached and crossed checkpoint period.

brmarkus commented 1 year ago

What do you mean? What have you tried, how have you used it? Do you get any logs, warnings, errors, exceptions?

yashjain-99 commented 1 year ago

I am performing instance segmentation and as per my config file checkpoints should be saved in my output directory after every 1230 iterations but that is not happening. I am not getting any errors or exceptions.

yashjain-99 commented 1 year ago

Find my config file attached below: config1.txt