Skip to content

Commit 0fb7f04

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
fix copyright headers
Summary: close T85305354 Reviewed By: vaibhava0 Differential Revision: D30063498 fbshipit-source-id: 251a0700d92071bcb1f9eea1e8bc736119ab552a
1 parent 8bdde38 commit 0fb7f04

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

detectron2/data/benchmark.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
12
import logging
23
import numpy as np
34
from itertools import count

detectron2/export/flatten.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
12
import collections
23
from dataclasses import dataclass
34
from typing import Callable, List, Optional, Tuple

detectron2/modeling/mmdet_wrapper.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
1+
# Copyright (c) Facebook, Inc. and its affiliates.
32
import itertools
43
import logging
54
import numpy as np

projects/Rethinking-BatchNorm/retinanet-eval-domain-specific.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python
2+
# Copyright (c) Facebook, Inc. and its affiliates.
23
import sys
34
import torch
45
from fvcore.nn.precise_bn import update_bn_stats

tests/modeling/test_mmdet.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
12
import unittest
23

34
from detectron2.layers import ShapeSpec

tools/lightning_train_net.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Facebook, Inc. and its affiliates.
23
# Lightning Trainer should be considered beta at this point
34
# We have confirmed that training and validation run correctly and produce correct results
45
# Depending on how you launch the trainer, there are issues with processes terminating correctly

0 commit comments

Comments
 (0)