Skip to content

Commit

Permalink
fix copyright headers
Browse files Browse the repository at this point in the history
Summary: close T85305354

Reviewed By: vaibhava0

Differential Revision: D30063498

fbshipit-source-id: 251a0700d92071bcb1f9eea1e8bc736119ab552a
  • Loading branch information
ppwwyyxx authored and facebook-github-bot committed Aug 5, 2021
1 parent 8bdde38 commit 0fb7f04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions detectron2/data/benchmark.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates.
import logging
import numpy as np
from itertools import count
Expand Down
1 change: 1 addition & 0 deletions detectron2/export/flatten.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates.
import collections
from dataclasses import dataclass
from typing import Callable, List, Optional, Tuple
Expand Down
3 changes: 1 addition & 2 deletions detectron2/modeling/mmdet_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-

# Copyright (c) Facebook, Inc. and its affiliates.
import itertools
import logging
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# Copyright (c) Facebook, Inc. and its affiliates.
import sys
import torch
from fvcore.nn.precise_bn import update_bn_stats
Expand Down
1 change: 1 addition & 0 deletions tests/modeling/test_mmdet.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Facebook, Inc. and its affiliates.
import unittest

from detectron2.layers import ShapeSpec
Expand Down
1 change: 1 addition & 0 deletions tools/lightning_train_net.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# Lightning Trainer should be considered beta at this point
# We have confirmed that training and validation run correctly and produce correct results
# Depending on how you launch the trainer, there are issues with processes terminating correctly
Expand Down

0 comments on commit 0fb7f04

Please sign in to comment.