Commit Graph

13 Commits

Author SHA1 Message Date
lorenzo
f30fd24b2b add exception for Nonetype 2019-07-01 16:26:53 +02:00
lorenzo
b0c3f51897 fix matches in case of no ground truth 2019-07-01 16:20:00 +02:00
Lorenzo Bertoni
019b6b0fad
make utils in torch and remove redundant functions (#3)
* Add precision metrics

* add mode gt_all and change default threshold

* add cyclists

* add iou matrix'
'

* add cyclists only in training phase

* add dropout in model name

* small typos

* small typo

* fix error on uv_boxes

* change default mode from gt_ped to gt

* 2 decimals

* fix name bug

* refactor prepare_pif_kps

* corrected get_keypoints_batch

* add pixel to camera for 3d vectors

* preprocessing in torch

* return original outputs

* Skeleton for post_process

* baseline version for post processing

* add keypoints torch in post_processing

* cleaning misc

* add reorder_matches

* update preprocess with get_iou_matches

* fix indices

* remove aa

* temp

* skeleton kitti_generate

* skeleton kitti_generate (2)

* refactor file

* remove old get_input_data

* refactor geometric eval

* refactor geometric eval(2)

* temp

* refactor geometric

* change saving order for txts

* update pixel to camera

* update depth

* Fix pixel to camera

* add xyz_from_distance

* use new function

* fix std_ale calculation in eval

* remove debug points
2019-06-28 18:33:58 +02:00
lorenzo
52f5592889 update factory_for_gt 2019-06-20 18:21:48 +02:00
Lorenzo Bertoni
86438189a7
refactor predict (#1)
* add stereo arg (#1)

* stereo skeleton

* skeleton stereo (#2)

* skeleton stereo (#3)

* refactor for stereo

* stereo running

* modify stereo parameters

* remove warnings as errors

* add p2_right

* add factory file

* add p2_right

* add scaling factor to intrinsic matrix

* Refactor predict

* refactor predict 2

* temp

* add uppercase constants

* add uppercase constants

* working predict

* add todo

* Add person_sitting as option to uncomment

* turn off stereo

* remove stereo

* pylint corrections

* add break point

* temp

* fix small bug

* Add compatibility for pifpaf and monoloco networks

* pylint fix
2019-06-20 15:43:38 +02:00
lorenzo
f142645dd3 add generic image predictions 2019-05-24 17:00:17 +02:00
lorenzo
dfdddae43a remove y_scale parameter 2019-05-24 16:11:38 +02:00
lorenzo
9c547f418b add combined for different dataset 2019-05-24 14:22:09 +02:00
lorenzo
0a56b439d1 pylint refactor 2019-05-22 19:35:24 +02:00
lorenzo
eeea8945fb pylint refactor (1) 2019-05-21 18:34:57 +02:00
lorenzo
2222d12e20 remove no-calib argument 2019-05-13 17:59:13 +02:00
lorenzo
f72be64b8d add calb in dictioary definition 2019-05-13 14:13:51 +02:00
lorenzo
28faf348c5 first commit 2019-05-13 11:41:57 +02:00