Skip to content

Commit

Permalink
Merge pull request #622 from voxel51/release/v0.12.6
Browse files Browse the repository at this point in the history
Release v0.12.6
  • Loading branch information
findtopher authored Mar 7, 2024
2 parents e6ef96e + 18de6f9 commit d904bc3
Show file tree
Hide file tree
Showing 108 changed files with 137 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone ETA
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/cli_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1541,4 +1541,4 @@ optional arguments:

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/core_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ uses a BGR format. This has two impacts:

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/custom_opencv_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ sudo make uninstall

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/docker_build_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ docker run -it --runtime=nvidia $TAG

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/export_tf_graphs_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ etat.export_frozen_inference_graph(

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/guide2html.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# bash guide2html.bash modules_dev_guide.md
# bash guide2html.bash pipelines_dev_guide.md
#
# Copyright 2017-2023, Voxel51, Inc.
# Copyright 2017-2024, Voxel51, Inc.
# voxel51.com
#

Expand Down
2 changes: 1 addition & 1 deletion docs/guide2tex.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# bash guide2tex.bash modules_dev_guide.md
# bash guide2tex.bash pipelines_dev_guide.md
#
# Copyright 2017-2023, Voxel51, Inc.
# Copyright 2017-2024, Voxel51, Inc.
# voxel51.com
#

Expand Down
2 changes: 1 addition & 1 deletion docs/linting_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ information.

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/logging_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ Formatter syntax

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
4 changes: 2 additions & 2 deletions docs/markdown_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ bash /your/command/here
```
## Copyright
Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
```

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/models_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ deletes the associated entry from the `manifest.json` file.

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/modules_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -933,5 +933,5 @@ area = circle.area() # pi
## Copyright
Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/pipelines_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,5 @@ package.

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/python23_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ http://python-future.org/compatible_idioms.html#compatible-idioms

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/python_style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def parse_object(d, key, cls, default=None):

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br> voxel51.com
Copyright 2017-2024, Voxel51, Inc.<br> voxel51.com
2 changes: 1 addition & 1 deletion docs/storage_dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,5 @@ with etas.SFTPStorageClient(hostname, username, private_key_path) as client:

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/virtualenv_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ http://stuarteberg.github.io/conda-docs/_downloads/conda-pip-virtualenv-translat

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion docs/visualize_tf_graphs_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ TensorBoard.

## Copyright

Copyright 2017-2023, Voxel51, Inc.<br>
Copyright 2017-2024, Voxel51, Inc.<br>
voxel51.com
2 changes: 1 addition & 1 deletion eta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
ETA package initialization.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/classifiers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Classifiers package declaration.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""

Expand Down
2 changes: 1 addition & 1 deletion eta/classifiers/tfslim_classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Interface to the TF-Slim image classification library available at
https://github.com/voxel51/models/tree/master/research/slim.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/classifiers/vgg16_classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Classifier interface to the VGG-16 implementation from the `eta.core.vgg16`
module.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/classifiers/voting_classifiers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
A collection of classifiers that use voting to generate predictions.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
ETA package-wide constants.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Package declaration.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
2 changes: 1 addition & 1 deletion eta/core/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@todo improve efficiency by minimizing number of times that images are copied
and rendered.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core pipeline building system.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/c3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
https://github.com/hx173149/C3D-tensorflow
Hou Xin, 2016
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/cli.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Definition of the `eta` command-line interface (CLI).
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core tools for defining, reading and writing configuration files.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core tools and data structures for working with data.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Datasets package declaration.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
Tyler Ganter, [email protected]
Expand Down
2 changes: 1 addition & 1 deletion eta/core/diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Block diagrams are built using the `blockdiag` package.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@todo add support for storing polylines and keypoints within events
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/features.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core interfaces, data structures, and methods for feature extraction.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/frames.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core tools and data structures for working with frames of videos.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/frameutils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Utilities for working with frames of videos.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Core data structures for working with geometric concepts like points and
bounding boxes.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/gps.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core utilities for working with GPS coordinates.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/graph.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core infrastructure for graph manipulation.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
produced outside of this library must be converted to RGB. This
conversion can be done via `eta.core.image.bgr_to_rgb()`
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/job.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core job infrastructure for running modules in a pipeline.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/keypoints.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core data structures for working with keypoints.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/labels.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core data structures for working with labels.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/learning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Core infrastructure for deploying ML models.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Note that calling this module's methods will modify your **root logger**.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion eta/core/logo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Tools for rendering logos on images.
Copyright 2017-2023, Voxel51, Inc.
Copyright 2017-2024, Voxel51, Inc.
voxel51.com
"""
# pragma pylint: disable=redefined-builtin
Expand Down
Loading

0 comments on commit d904bc3

Please sign in to comment.