From a3f5fe2edf0b05be7a5e6de6a1aa97f780eabdda Mon Sep 17 00:00:00 2001 From: "REDMOND\\dan" Date: Sat, 16 Mar 2019 18:36:42 -0700 Subject: [PATCH] README updates --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c25fa2..f7c62cd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This project contains the training code for the Microsoft AI for Earth Species C This repository is licensed with the [MIT license](https://github.com/Microsoft/dotnet/blob/master/LICENSE). +## Third-party components + +The FasterRCNNDetection directory is based on [https://github.com/chenyuntc/simple-faster-rcnn-pytorch](https://github.com/chenyuntc/simple-faster-rcnn-pytorch). + +The PyTorchClassification directory is based on the [ImageNet example](https://github.com/pytorch/examples/blob/master/imagenet/main.py) from the PyTorch codebase. + + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit [https://cla.microsoft.com](cla.microsoft.com).