Open gee1902 opened 6 months ago
Hi @gee1902, are you able to access/download the base model from the original upstream pytorch-ssd repo here?
Hello dusty, Thanks for responding fast and forwarding pytorch-ssd-repo links, now I am able to train the model. But it's taking a lot of time, even for training using one epoch it's taking about 10 hours, I terminated it for time being. I already created the swap file in the starting though , performed some experiments, is there any further requirement to create another swap file?
With regards Geethika
On Thu, 16 May 2024, 11:53 pm Dustin Franklin, @.***> wrote:
Hi @gee1902 https://github.com/gee1902, are you able to access/download the base model from the original upstream pytorch-ssd repo here?
- https://github.com/qfgaohao/pytorch-ssd?tab=readme-ov-file#download-models
https://drive.google.com/drive/folders/1pKn-RifvJGWiOx0ZCRLtCXM5GT5lAluu
— Reply to this email directly, view it on GitHub https://github.com/dusty-nv/jetson-inference/issues/1846#issuecomment-2115925690, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4GFSOCES5QFVQP5TNPSLB3ZCT2R7AVCNFSM6AAAAABHZ4VRYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJVHEZDKNRZGA . You are receiving this because you were mentioned.Message ID: @.***>
Hi @gee1902, which Jetson are you on? Unfortunately yes on Nano it can take a while. You can scale back the size of the dataset so it trains on less images. However what I would really recommend is to just proceed to the next step of collecting or providing your own dataset: https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md
Those you can train on just a few hundred images, and it takes a lot shorter. You can either collect your dataset through the tool, or use an online tool like CVAT to annotate existing images with bounding boxes and export them is Pascal VOC format.
Hi dusty, The jetson I am using is jetson nano developer kit 4GB, Yes, I am planning for training on custom dataset but I just wanted to experiment on this....is there anyway way I can train in lesser time efficiently. I will try training using custom dataset, thanks for the response .
With regards Geethika
If you wanted to complete the openImages example to confirm the training to be working, when you download it with the downloader script you can specify less images.
Thanks, dusty will surely try and get back. Once again thank you for helping out.
With regards
On Sat, 18 May 2024, 7:26 am Dustin Franklin, @.***> wrote:
If you wanted to complete the openImages example to confirm the training to be working, when you download it with the downloader script you can specify less images.
— Reply to this email directly, view it on GitHub https://github.com/dusty-nv/jetson-inference/issues/1846#issuecomment-2118577743, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4GFSOFW7TZKF6AMQNVJ3LTZC2YMVAVCNFSM6AAAAABHZ4VRYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYGU3TONZUGM . You are receiving this because you were mentioned.Message ID: @.***>
Kindly help me out
Originally posted by @dusty-nv in https://github.com/dusty-nv/jetson-inference/issues/831#issuecomment-740733251