elaith9
elaith9
Tnx for answer. Do you know any tool/library that could make parsing for me easy? There are spaces and some slashes that I should replace with special characters which makes...
@csadom @shinaushin @sulth I wrote two blog posts about multiclass custom object detection. Here you go: https://labs.coria.com/blog/computer-vision/PreparingDataForCustomObjectDetectionUsingNvidiaDigits?sc_camp=33AFA8630062426190B5760C8FDF17CF https://labs.coria.com/en/blog/computer-vision/TrainingACustomMulticlassObjectDetectionModel?sc_camp=33AFA8630062426190B5760C8FDF17CF I hope it helps. Let me know if you have any questions.
@dqthebt24 make your current model pretrained and train again for 300-600 epochs. Success will also depend on quality of your training data and labels.
@kala855 60 epochs is not enough to train your model. Consider training it for at least 600 epochs.
@dqthebt24 please read my blog posts. It took me 600 epochs with first model which I later made pretrained and used it's weights to train for another 300 epochs.
@adithya-p @sulth @linuzlover @shinaushin Ok, I see a lot of you are struggling with the same problem as I did. I've decided to write two blog posts about it and...
@dqthebt24 links should be working now. Sorry.