Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yibin122/TensorRT-LaneATT
/ functions
Functions
62 in github.com/Yibin122/TensorRT-LaneATT
⨍
Functions
62
◇
Types & classes
15
↓ 4 callers
Method
__init__
(self, in_channels, out_channels, kernel_size,
ganet/deform_conv.py:210
↓ 1 callers
Method
Detect
ganet/ganet.cc:42
↓ 1 callers
Method
DetectLane
laneatt/laneatt.cc:39
↓ 1 callers
Function
LaneIoU
laneatt/laneatt.cc:86
↓ 1 callers
Method
Logger
ganet/ganet.hh:9
↓ 1 callers
Method
__str__
(self)
common.py:107
↓ 1 callers
Method
_infer_shape
(ctx, input, weight)
ganet/deform_conv.py:192
↓ 1 callers
Method
_load_from_state_dict
(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys
ganet/deform_conv.py:381
↓ 1 callers
Method
_output_size
(input, weight, padding, dilation, stride)
ganet/deform_conv.py:99
↓ 1 callers
Function
build_engine
Takes an ONNX file and creates a TensorRT engine to run inference with
onnx_to_tensorrt.py:17
↓ 1 callers
Function
do_nms
(proposals, conf_threshold=0.4, nms_thres=50., nms_topk=4)
onnx_to_tensorrt.py:56
↓ 1 callers
Function
engine_inference
Create a TensorRT engine for ONNX-based LaneATT and run inference.
onnx_to_tensorrt.py:112
↓ 1 callers
Function
export_onnx
(onnx_file_path)
laneatt_to_onnx.py:65
↓ 1 callers
Function
export_onnx
(onnx_file_path)
ganet/ganet_pth2onnx.py:39
↓ 1 callers
Function
get_data_path
(data_dir)
common.py:59
↓ 1 callers
Function
get_engine
Attempts to load a serialized engine if available, otherwise builds a new TensorRT engine and saves it.
onnx_to_tensorrt.py:15
↓ 1 callers
Method
init_offset
(self)
ganet/deform_conv.py:372
↓ 1 callers
Method
init_offset
(self)
ganet/deform_conv.py:492
↓ 1 callers
Function
locate_files
Locates the specified files in the specified data directories. If a file exists in multiple data directories, the first directory is used.
common.py:74
↓ 1 callers
Function
post_process
(img, proposals, n_offsets=72)
onnx_to_tensorrt.py:70
↓ 1 callers
Method
reset_parameters
(self)
ganet/deform_conv.py:247
↓ 1 callers
Method
reset_parameters
(self)
ganet/deform_conv.py:313
↓ 1 callers
Method
reset_parameters
(self)
ganet/deform_conv.py:444
Method
GANet
ganet/ganet.cc:14
Function
GiB
(val)
common.py:33
Method
LaneATT
laneatt/laneatt.cc:15
Method
LoadEngine
laneatt/laneatt.cc:61
Method
LoadEngine
ganet/ganet.cc:66
Method
Logger
laneatt/laneatt.hh:10
Method
PostProcess
laneatt/laneatt.cc:104
Method
__init__
(self, model)
laneatt_to_onnx.py:7
Method
__init__
(self, host_mem, device_mem)
common.py:103
Method
__init__
(self, model)
ganet/ganet_pth2onnx.py:9
Method
__init__
(self, in_channels, out_channels, kernel_size,
ganet/deform_conv.py:274
Method
__init__
(self, *args, **kwargs)
ganet/deform_conv.py:358
Method
__init__
(self, in_channels, out_channels, kernel_size,
ganet/deform_conv.py:411
Method
__init__
(self, *args, **kwargs)
ganet/deform_conv.py:478
Method
__repr__
(self)
common.py:110
Method
_load_from_state_dict
(self, state_dict, prefix, local_metadata, strict, missing_keys, unexpected_keys
ganet/deform_conv.py:505
Function
add_help
(description)
common.py:37
Function
allocate_buffers
(engine)
common.py:114
Method
backward
(ctx, grad_output)
ganet/deform_conv.py:62
Method
backward
(ctx, grad_output)
ganet/deform_conv.py:170
Function
do_inference
(context, bindings, inputs, outputs, stream, batch_size=1)
common.py:136
Function
do_inference_v2
(context, bindings, inputs, outputs, stream)
common.py:150
Function
find_sample_data
Parses sample arguments. Args: description (str): Description of the sample. subfolder (str): The subfolder containing data r
common.py:42
Method
forward
(self, x)
laneatt_to_onnx.py:30
Method
forward
(self, img)
ganet/ganet_pth2onnx.py:15
Method
forward
(ctx, input, offset, weight, stride=1,
ganet/deform_conv.py:18
Method
forward
(ctx, input, offset, mask, weight,
ganet/deform_conv.py:134
Method
forward
(self, x, offset)
ganet/deform_conv.py:254
Method
forward
(self, x, offset)
ganet/deform_conv.py:320
Method
forward
(self, x)
ganet/deform_conv.py:376
Method
forward
(self, x, offset, mask)
ganet/deform_conv.py:453
Method
forward
(self, x)
ganet/deform_conv.py:496
Method
log
laneatt/laneatt.hh:13
Method
log
ganet/ganet.hh:12
Function
main
laneatt/laneatt_test.cc:4
Function
main
ganet/main.cc:4
Method
symbolic
(g, input, offset, weight, stride, padding, dilation, groups, deformable_groups, im2col_step)
ganet/deform_conv.py:116
Method
~GANet
ganet/ganet.cc:31
Method
~LaneATT
laneatt/laneatt.cc:28