Commit Graph

28 Commits

Author SHA1 Message Date
Lorenzo Bertoni
39eef3195b
Disparity calculation (#12)
* add filter for z < 40

* change figure name

* stereo results in figure

* stereo figure

* pylint

* pylint(2)

* pylint updated
2019-10-07 11:28:54 +02:00
lorenzo
09f52b1355 add quantitative results 2019-08-23 14:36:14 +02:00
Lorenzo Bertoni
9eafb1414e
Stereo Baselines (#11)
* skeleton stereo_baselines

* skeleton stereo_baselines (2)

* combine stereo evaluation

* fix stereo bugs

* refactor for multiple baselines

* temp

* temp

* fix disparity bug

* fix bug on avg_disparity

* cleaning

* cleaning

* cleaning (2)

* methods_stereo variable

* refactor evaluation

* cleaning

* create general mode to save txt files

* temp

* fix bug in compare errors

* fix dicionary of iou

* unify parser

* skeleton pose baseline

* update visualization names

* refactor for modularity

* multiple baselines running

* update printing information

* add evaluation files filter

* refactor skeleton

* refactor skeleton(2)

* cleaning

* working refactor without reid

* add features and keypoints distinction

* working reid representation

* refactor to matricial form

* while version

* new for version

* correct bug in updated for version

* fix bugs in while version and reformat

* add new counting

* fix bug on counting

* fix bug on evaluation

* pylint cleaning

* build new version

* change test setting to allow flexibility on different platforms

* pylint clening(2)
2019-08-23 14:07:09 +02:00
lorenzo
0cacedb6b4 v0.4.5 2019-08-07 17:59:44 +02:00
Lorenzo Bertoni
aef978d231
add pytest at package level (#10)
* training pytests

* add json sample file

* add  pytest compatibility

* add compatibility with package test

* add reference for pytorch version
2019-08-07 17:58:34 +02:00
Lorenzo Bertoni
f23a2e34f5
Add compatibility with pifpaf 0.9 (#9)
* remove dependancy on pifpaf.transform

* add compatibility with pifpaf 0.9

* change verbose output

* add image transform compatible with webcam
2019-08-07 12:10:57 +02:00
lorenzo
65256b5566 change instance threshold default for pifpaf 0.8 2019-07-26 12:22:08 +02:00
lorenzo
698dbbd7be make model required 2019-07-26 12:09:29 +02:00
lorenzo
cec1ba2c83 make model required 2019-07-26 12:08:49 +02:00
lorenzo
315f401c37 make import of nuscenes indipendent 2019-07-26 12:04:17 +02:00
lorenzo
5c695d3cea fix import in main directory 2019-07-26 11:22:46 +02:00
lorenzo
1d125683dd fix the merge conflict 2019-07-26 11:03:15 +02:00
lorenzo
ff3b898109 point release to fix predict import 2019-07-26 11:02:29 +02:00
lorenzo
e15d24c644 point release to fix predict import 2019-07-26 11:00:59 +02:00
lorenzo
21489bd97d fix pylint disable 2019-07-26 10:34:33 +02:00
lorenzo
b9ae3e1cfa small fix 2019-07-26 10:32:57 +02:00
lorenzo
87ec4c441e remove double loading for evaluation of Trainer 2019-07-26 10:27:42 +02:00
lorenzo
0ea3ae811f update figure labels 2019-07-26 09:20:30 +02:00
lorenzo
83a2fb8019 refactor article figures 2019-07-26 08:32:18 +02:00
lorenzo
bbe040d4a2 refactor article figures 2019-07-26 08:16:15 +02:00
lorenzo
10874caea0 update task error 2019-07-25 18:31:31 +02:00
lorenzo
b765fa9340 update task error 2019-07-25 14:19:49 +02:00
lorenzo
8d76e04283 update task error 2019-07-25 12:11:15 +02:00
lorenzo
46066cf7bc add task error 2019-07-25 10:11:56 +02:00
Lorenzo Bertoni
8366a436ee
refactor (#8)
* Make import from __init__ files

* add in init only classes or utils functions

* refactor packages

* fix pylint cyclic import

* add task error with 63% confidence intervals and mad

* fix pixel_error

* update setup

* update installation istructions

* update instructions

* update instructions

* update package installation
2019-07-23 15:55:46 +02:00
lorenzo
33ec0a71c0 version 0.4.1 2019-07-19 17:26:50 +02:00
Lorenzo Bertoni
8f02f79918
pip install monoloco (#7)
* add box visualization

* add box visualization and change thresholds for pif preprocessing

* refactor printer

* change default values

* change confidence definition

* remove redundant function

* add debug plot in preprocessing

* add task error in evaluation

* add horizontal flipping

* add evaluation table

* add evaluation table with verbosity

* add tabulate requirement and command line option verbose

* refactor evaluate

* add task error with mean absolute deviation

* add stereo baseline

* integrate stereo baseline

* refactor factory preprocessing

* add stereo command for evaluation

* fix category bug

* add interquartile range for stereo

* use left tt for translation

* refactor stereo functions

* remvove redundant functions

* change names of constants

* add pixel error as function of depth

* fix bug on output directory

* add now time at the moment of saving

* add person sitting category

* remove box in pifpaf predictions

* fix printing name

* add printing of number of matches

* add cyclist category

* fix assertion error

* add travis file

* working eval

* working eval

* change source file

* renaming

* add pylint file

* fix pylint

* fix import

* add pyc files in gitignore

* pylint fix

* pylint fix

* add pytest cache

* update readme

* fix pylint

* fix pylint

* add travis file

* add pylint in pip install

* fix pylint

* add eggs file in gitignore

* update readme

* add readme
2019-07-19 17:16:33 +02:00
Lorenzo Bertoni
8968f3c8a2
Packaging (#6)
* add box visualization

* add box visualization and change thresholds for pif preprocessing

* refactor printer

* change default values

* change confidence definition

* remove redundant function

* add debug plot in preprocessing

* add task error in evaluation

* add horizontal flipping

* add evaluation table

* add evaluation table with verbosity

* add tabulate requirement and command line option verbose

* refactor evaluate

* add task error with mean absolute deviation

* add stereo baseline

* integrate stereo baseline

* refactor factory preprocessing

* add stereo command for evaluation

* fix category bug

* add interquartile range for stereo

* use left tt for translation

* refactor stereo functions

* remvove redundant functions

* change names of constants

* add pixel error as function of depth

* fix bug on output directory

* add now time at the moment of saving

* add person sitting category

* remove box in pifpaf predictions

* fix printing name

* add printing of number of matches

* add cyclist category

* fix assertion error

* add travis file

* working eval

* working eval

* change source file

* renaming

* add pylint file

* fix pylint

* fix import

* add pyc files in gitignore

* pylint fix

* pylint fix

* add pytest cache

* update readme

* fix pylint

* fix pylint

* add travis file

* add pylint in pip install

* fix pylint
2019-07-19 15:39:03 +02:00