-
Hi, I've got a couple of questions regarding the model you've trained. First of all, I'm looking for the model file, which I can't seem to find. Am I missing something, or is it just not present in the dir? Number two. Which and how many bricks have it been trained on? Has it been trained on colors too I wonder? Finally I wonder how successful the brickognize model is compared to yours? Have you measured success rates or the like, or is the tests you've carried out primarily qualitatively in nature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi there, sorry it took a bit before I was able to get back to you. Summer time is a bit crazy over here 😎 If I remember correctly, the model is not in the repo because it is quite big. Also, I didn't feel like it was "finished enough" to publish it. The model is trained on the images in the repository, so it is only 3 types of bricks. I haven't bothered with colors, although I think that should be fairly easy to do. If you are only looking at the 3 bricks it is trained on, the model is better, however that doesn't mean much. Brickognize is definitely better. It is probably using a more modern base model and improved fine tuning. I think you should see the model I trained as a starting point. It is been quite some time since I worked on it, so there's nothing in there that can be even remotely considered state of the art. But it is a good tutorial to get you started. |
Beta Was this translation helpful? Give feedback.
Hi there, sorry it took a bit before I was able to get back to you. Summer time is a bit crazy over here 😎
If I remember correctly, the model is not in the repo because it is quite big. Also, I didn't feel like it was "finished enough" to publish it.
The model is trained on the images in the repository, so it is only 3 types of bricks. I haven't bothered with colors, although I think that should be fairly easy to do.
If you are only looking at the 3 bricks it is trained on, the model is better, however that doesn't mean much. Brickognize is definitely better. It is probably using a more modern base model and improved fine tuning.
I think you should see the model I trained as a starting po…