Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zengyi-Qin/TLNet
/ types & classes
Types & classes
66 in github.com/Zengyi-Qin/TLNet
⨍
Functions
397
◇
Types & classes
66
↓ 7 callers
Class
RpnModel
avod/core/models/rpn_model.py:17
↓ 4 callers
Class
AvodModel
avod/core/models/avod_model.py:21
↓ 4 callers
Class
tBox
holding bounding boxes for ground truth and detections
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:84
↓ 4 callers
Class
tBox
holding bounding boxes for ground truth and detections
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:83
↓ 4 callers
Class
tBox
holding bounding boxes for ground truth and detections
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:84
↓ 4 callers
Class
tPrData
holding data needed for precision-recall and precision-aos
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:72
↓ 4 callers
Class
tPrData
holding data needed for precision-recall and precision-aos
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:72
↓ 4 callers
Class
tPrData
holding data needed for precision-recall and precision-aos
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:72
↓ 2 callers
Class
Evaluator
avod/core/evaluator.py:35
↓ 1 callers
Class
BevVgg
avod/core/feature_extractors/bev_vgg.py:15
↓ 1 callers
Class
BevVggPyr
Contains modified VGG model definition to extract features from Bird's eye view input using pyramid features.
avod/core/feature_extractors/bev_vgg_pyramid.py:8
↓ 1 callers
Class
ConfigObj
avod/builders/config_builder_util.py:13
↓ 1 callers
Class
DatasetBuilder
Static class to return preconfigured dataset objects
avod/builders/dataset_builder.py:11
↓ 1 callers
Class
FrameCalibrationData
Frame Calibration Holder 3x4 p0-p3 Camera P matrix. Contains extrinsic and intrinsic parameters. 3x
avod/core/calib_utils.py:7
↓ 1 callers
Class
ImgVgg
avod/core/feature_extractors/img_vgg.py:14
↓ 1 callers
Class
ImgVggPyr
Modified VGG model definition to extract features from RGB image input using pyramid features.
avod/core/feature_extractors/img_vgg_pyramid.py:8
↓ 1 callers
Class
KittiDataset
avod/datasets/kitti/kitti_dataset.py:22
↓ 1 callers
Class
KittiUtils
avod/datasets/kitti/kitti_utils.py:11
↓ 1 callers
Class
LabelClusterUtils
avod/core/label_cluster_utils.py:12
↓ 1 callers
Class
MiniBatchPreprocessor
avod/core/mini_batch_preprocessor.py:15
↓ 1 callers
Class
MiniBatchUtils
avod/core/mini_batch_utils.py:12
↓ 1 callers
Class
ObjectLabel
Object Label Class 1 type Describes the type of object: 'Car', 'Van', 'Truck', 'Pedestrian', 'Person_sitting', 'C
avod/core/obj_utils.py:10
↓ 1 callers
Class
Sample
avod/datasets/kitti/kitti_dataset.py:16
↓ 1 callers
Class
StereoCalibrationData
Stereo Calibration Holder 1 baseline distance between the two camera centers. 1 f focal length. 3x3 k intr
avod/core/calib_utils.py:31
Class
AnchorGenerator
Abstract base class for anchor generators.
avod/core/anchor_generator.py:38
Class
AvodModelTest
avod/core/models/avod_model_test.py:14
Class
BalancedPositiveNegativeSampler
Subsamples minibatches to a desired balance of positives and negatives.
avod/core/minibatch_samplers/balanced_positive_negative_sampler.py:34
Class
BalancedPositiveNegativeSamplerTest
avod/core/minibatch_samplers/balanced_positive_negative_sampler_test.py:24
Class
BevFeatureExtractor
avod/core/feature_extractors/bev_feature_extractor.py:5
Class
BevGenerator
avod/core/bev_generators/bev_generator.py:6
Class
BevSlices
avod/core/bev_generators/bev_slices.py:8
Class
BevVggClassification
This is used in vgg unit tests.
avod/core/feature_extractors/bev_vgg.py:121
Class
BevVggTest
avod/core/feature_extractors/bev_vgg_test.py:37
Class
BoxList
Box collection.
avod/core/box_list.py:40
Enum
CLASSES
evaluated object classes
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:49
Enum
CLASSES
evaluated object classes
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:48
Enum
CLASSES
evaluated object classes
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:49
Enum
DIFFICULTY
easy, moderate and hard evaluation level
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:38
Enum
DIFFICULTY
easy, moderate and hard evaluation level
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:37
Enum
DIFFICULTY
easy, moderate and hard evaluation level
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:38
Class
DetectionModel
Abstract base class for detection models.
avod/core/model.py:19
Class
GridAnchor3dGenerator
avod/core/anchor_generators/grid_anchor_3d_generator.py:10
Class
GridAnchor3dGeneratorTest
avod/core/anchor_generators/grid_anchor_3d_generator_test.py:15
Class
ImgFeatureExtractor
avod/core/feature_extractors/img_feature_extractor.py:6
Class
KittiAugTest
avod/datasets/kitti/kitti_aug_test.py:8
Class
KittiDatasetTest
avod/datasets/kitti/kitti_dataset_test.py:12
Class
KittiUtilsTest
avod/datasets/kitti/kitti_utils_test.py:10
Class
Loss
Abstract base class for loss functions.
avod/core/losses.py:19
Enum
METRIC
evaluation metrics: image, ground or 3D
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:41
Enum
METRIC
evaluation metrics: image, ground or 3D
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:40
Enum
METRIC
evaluation metrics: image, ground or 3D
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:41
Class
Mail
scripts/offline_eval/kitti_native_eval/mail.h:8
Class
MinibatchSampler
Abstract base class for subsampling minibatches.
avod/core/minibatch_sampler.py:39
Class
RpnModelTest
avod/core/models/rpn_model_test.py:13
Class
SortOrder
Enum class for sort order. Attributes: ascend: ascend order. descend: descend order.
avod/core/box_list_ops.py:31
Class
WeightedL2LocalizationLoss
L2 localization loss function with anchorwise output support. Loss[b,a] = .5 * ||weights[b,a] * (prediction[b,a,:] - target[b,a,:])||^2
avod/core/losses.py:70
Class
WeightedSigmoidClassificationLoss
Sigmoid cross entropy classification loss function.
avod/core/losses.py:96
Class
WeightedSmoothL1Loss
Smooth L1 localization loss function. The smooth L1_loss is defined elementwise as .5 x^2 if |x|<1 and |x|-.5 otherwise, where x is the differ
avod/core/losses.py:128
Class
WeightedSoftmaxLoss
Softmax cross-entropy loss function.
avod/core/losses.py:157
Class
WeightedSoftmaxLossPiecewise
Softmax cross-entropy loss function.
avod/core/losses.py:198
Class
tDetection
holding detection data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:112
Class
tDetection
holding detection data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:111
Class
tDetection
holding detection data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:112
Class
tGroundtruth
holding ground truth data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline.cpp:96
Class
tGroundtruth
holding ground truth data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d.cpp:95
Class
tGroundtruth
holding ground truth data
scripts/offline_eval/kitti_native_eval/evaluate_object_3d_offline_05_iou.cpp:96