Boxer - Third-Party Notices and Attributions ============================================== This project includes code from several third-party sources, each with their own licensing terms as detailed below. ============================================================================== 1. DINOv3 (boxernet/dinov3_wrapper.py) ============================================================================== The boxernet/dinov3_wrapper.py file contains code from Meta AI's DINOv3 project. Source: https://github.com/facebookresearch/dinov3 License: Apache License 2.0 Copyright (c) Meta Platforms, Inc. and affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============================================================================== 2. OWLv2 (owl/) ============================================================================== The owl/ directory contains code derived from Google's OWLv2 (Open-World Localization v2) model, originally implemented in the Hugging Face Transformers library. Source: https://huggingface.co/google/owlv2-base-patch16-ensemble Paper: "Scaling Open-Vocabulary Object Detection" (Minderer et al., 2023) License: Apache License 2.0 Copyright 2023 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.