Currently we're pushing weights into the repository at https://github.com/HanClinto/CollectorVision/tree/main/collector_vision/weights -- this isn't ideal, since it will bloat the repo over time. Better would be for the release packaging to pull more dynamically from HF directly at package-time and only publish the weights to the release bundle itself.
Not sure how this will work for bundling things up for the Github Pages release, and that might be why we moved to bundling the weights in like this (not entirely sure), but it's something to keep in mind.
Currently we're pushing weights into the repository at https://github.com/HanClinto/CollectorVision/tree/main/collector_vision/weights -- this isn't ideal, since it will bloat the repo over time. Better would be for the release packaging to pull more dynamically from HF directly at package-time and only publish the weights to the release bundle itself.
Not sure how this will work for bundling things up for the Github Pages release, and that might be why we moved to bundling the weights in like this (not entirely sure), but it's something to keep in mind.