Deeplite Torch Zoo

=======================================================================
Software under third_party
=======================================================================
Software libraries under third_party are provided as github submodule
links, and their content is not part of the "Deeplite Torch Zoo" codebase. Their
licences can be found under the respective software repositories.


This product includes software from the NVIDIA's DeepLearningExamples project (Apache 2.0)
https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Detection/SSD

This product includes software from the Yolov3 project (GNU General Public License v3.0)
* Copyright (c) 2007 Free Software Foundation, Inc.
* https://github.com/ultralytics/yolov3

This product includes software from the Yolov5 project (GNU General Public License v3.0)
* Copyright (c) 2007 Free Software Foundation, Inc.
* https://github.com/ultralytics/yolov5

This product includes software from the pytorch-fcn project
 * https://github.com/wkentaro/pytorch-fcn
 * Copyright (C) 2017 - 2019 Kentaro Wada.
 * Licensed under the MIT License;

This product includes software from the Pytorch-UNet project (GNU General Public License v3.0)
* Copyright (c) 2007 Free Software Foundation, Inc.
* https://github.com/milesial/Pytorch-UNet

This product includes software from the pytorch-cifar project
 * https://github.com/kuangliu/pytorch-cifar
 * Copyright (c) 2017 liukuang
 * Licensed under the MIT License;

This product includes software from the pytorch-ssd project
 * https://github.com/qfgaohao/pytorch-ssd
 * Copyright (c) 2019 Hao Gao
 * Licensed under the MIT License;

 This product includes software from the mobilenetv3.pytorch project
 * https://github.com/d-li14/mobilenetv3.pytorch
 * Copyright (c) 2019 Duo LI
 * Licensed under the MIT License;