mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
add missing __init__.py files
Summary: Some directories in implicitron were missing __init__.py files. Reviewed By: patricklabatut Differential Revision: D35076364 fbshipit-source-id: f74442766efe8694fdd47954ac4882e7c4daac60
This commit is contained in:
parent
92f9dfe9d6
commit
8ac5e8f083
5
pytorch3d/implicitron/__init__.py
Normal file
5
pytorch3d/implicitron/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/dataset/__init__.py
Normal file
5
pytorch3d/implicitron/dataset/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/evaluation/__init__.py
Normal file
5
pytorch3d/implicitron/evaluation/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/models/__init__.py
Normal file
5
pytorch3d/implicitron/models/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/models/renderer/__init__.py
Normal file
5
pytorch3d/implicitron/models/renderer/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/models/view_pooling/__init__.py
Normal file
5
pytorch3d/implicitron/models/view_pooling/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
5
pytorch3d/implicitron/third_party/__init__.py
vendored
Normal file
5
pytorch3d/implicitron/third_party/__init__.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
@ -0,0 +1,5 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
Loading…
x
Reference in New Issue
Block a user