![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Classes | |
| class | inverse_warp_get_cost |
Functions | |
| def | load_as_float (path) |
| def | load_as_uchar (path) |
| def | get_intrinsic (json_path) |
| def | get_extrinsic (json_path) |
| def | np2Depth (input_tensor, invaild_mask) |
| def | showdepth (predict_depths, b_idx) |
| show depth More... | |
| def | main () |
| Main function to test. More... | |
Variables | |
| device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu") | |
| bool | scaling = True |
| int | scaled_width = 480 |
| int | scaled_height = 352 |
| float | dmin = 0.5 |
| float | dmax = 32.0 |
| int | level = 64 |
| root_dir = Path('sample/0000') | |
| gInverse_warp_and_ncc = inverse_warp_get_cost(num_workers=1) | |
| CONSTRUCTOR CALL LOCATION IS VERY IMPORTANT. More... | |
| def deployment.get_extrinsic | ( | json_path | ) |
| def deployment.get_intrinsic | ( | json_path | ) |
| def deployment.load_as_float | ( | path | ) |
| def deployment.load_as_uchar | ( | path | ) |
| def deployment.main | ( | ) |
Main function to test.
| def deployment.np2Depth | ( | input_tensor, | |
| invaild_mask | |||
| ) |
| def deployment.showdepth | ( | predict_depths, | |
| b_idx | |||
| ) |
show depth
| predict_depths | Model output result |
| deployment.device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu") |
| float deployment.dmax = 32.0 |
| float deployment.dmin = 0.5 |
| deployment.gInverse_warp_and_ncc = inverse_warp_get_cost(num_workers=1) |
CONSTRUCTOR CALL LOCATION IS VERY IMPORTANT.
| int deployment.level = 64 |
| deployment.root_dir = Path('sample/0000') |
| int deployment.scaled_height = 352 |
| int deployment.scaled_width = 480 |
| bool deployment.scaling = True |