Cool idea. I keep looking for a search/filter/facet function to leverage the tagging and classification they've done with the models, but I can't find one.
Modelplace: AI Model Marketplace by OpenCV
11–20 of 39 posts
Re: Modelplace: AI Model Marketplace by OpenCV
#12A lot of these models are open source, I wonder who would this product market towards?
Can I ask where one can download the pretrained weights? Is there some online repository?
Re: Modelplace: AI Model Marketplace by OpenCV
#13Weird, the account registration wouldn't work on my normal IP, claiming 'too many requests' Worked fine on a VPN however (sorry, I know you probably don't like this). After the account registration though, I did quite like trying out a couple models out on a couple frames of footage to see if the models would "work".
Re: Modelplace: AI Model Marketplace by OpenCV
#14Having a more standardized description, something like model cards [1] (CV example [2]) would be hugely beneficial IMO.
[1] https://arxiv.org/pdf/1810.03993.pdf
[2] https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNso...
Re: Modelplace: AI Model Marketplace by OpenCV
#15If this becomes something like huggingface for Computer Vision - awesome. For now, it's a shame model descriptions seem to often be lifted straight from README. Having a more standardized description, something like model cards [1] (CV example [2]) would be hugely beneficial IMO. [1] https://arxiv.org/pdf/1810.03993.pdf [2] https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNso...
Re: Modelplace: AI Model Marketplace by OpenCV
#16Surely I could take a model, refine it slightly to get distinct weights (ie. not a flat clone) and unload it as my own novel variant?
...and I mean, is the problem not utterly fundamental?
When is a model “yours” or sell?
When you trained it? When you’re not using transfer learning? When you wrote the paper? When you own the training data? When you can recreate it from scratch?
I see this being problematic to look after...
Re: Modelplace: AI Model Marketplace by OpenCV
#17How do you stop piracy on something like this? Surely I could take a model, refine it slightly to get distinct weights (ie. not a flat clone) and unload it as my own novel variant? ...and I mean, is the problem not utterly fundamental? When is a model “yours” or sell? When you trained it? When you’re not using transfer learning? When you wrote the paper? When you own the training data? When you can recreate it from s…
That being said, if I am selling a bird classifier chances are that to train it I had to combine multiple datasets and someone can't easily finetune it to get better results.
Re: Modelplace: AI Model Marketplace by OpenCV
#18A lot of these models are open source, I wonder who would this product market towards?
Can I ask where one can download the pretrained weights? Is there some online repository?
Tensorflow as an equivalent tool but I can't remember the name.
Re: Modelplace: AI Model Marketplace by OpenCV
#19How do you stop piracy on something like this? Surely I could take a model, refine it slightly to get distinct weights (ie. not a flat clone) and unload it as my own novel variant? ...and I mean, is the problem not utterly fundamental? When is a model “yours” or sell? When you trained it? When you’re not using transfer learning? When you wrote the paper? When you own the training data? When you can recreate it from s…
The value of these could be in private datasets. Model architectures are not really patentable and ownership of a trained model has always been very muddy water. That being said, if I am selling a bird classifier chances are that to train it I had to combine multiple datasets and someone can't easily finetune it to get better results.