Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tensorrt_yolox): add run length encoding for sematic segmentation mask #7905

Update perception/autoware_tensorrt_yolox/src/utils.cpp

f7facd5
Select commit
Loading
Failed to load commit list.
Merged

fix(tensorrt_yolox): add run length encoding for sematic segmentation mask #7905

Update perception/autoware_tensorrt_yolox/src/utils.cpp
f7facd5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 29, 2024 in 1s

0.00% of diff hit (target 0.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 0.00%)

Annotations

Check warning on line 187 in perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp#L187

Added line #L187 was not covered by tests

Check warning on line 189 in perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp#L189

Added line #L189 was not covered by tests

Check warning on line 191 in perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp#L191

Added line #L191 was not covered by tests

Check warning on line 193 in perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/tensorrt_yolox_node.cpp#L193

Added line #L193 was not covered by tests

Check warning on line 20 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L20

Added line #L20 was not covered by tests

Check warning on line 25 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 28 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L28

Added line #L28 was not covered by tests

Check warning on line 30 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L30

Added line #L30 was not covered by tests

Check warning on line 32 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L32

Added line #L32 was not covered by tests

Check warning on line 36 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L36

Added line #L36 was not covered by tests

Check warning on line 39 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L39

Added line #L39 was not covered by tests

Check warning on line 41 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L41

Added line #L41 was not covered by tests

Check warning on line 49 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L49

Added line #L49 was not covered by tests

Check warning on line 55 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L52-L55

Added lines #L52 - L55 were not covered by tests

Check warning on line 61 in perception/autoware_tensorrt_yolox/src/utils.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/autoware_tensorrt_yolox/src/utils.cpp#L61

Added line #L61 was not covered by tests