Jane Tournois
|
e511de6eb8
|
fix typename issues
and a few conversion warnings
|
2017-04-18 09:35:41 +02:00 |
|
Simon Giraudot
|
8595fea36d
|
Include random forest if OpenCV is found
|
2017-04-13 11:39:57 +02:00 |
|
Simon Giraudot
|
3cf8890f08
|
Minor corrections in doc
|
2017-04-12 11:35:29 +02:00 |
|
Simon Giraudot
|
a981d14cd0
|
Simplify API (no more templates) of Local_eigen_analysis
|
2017-04-10 15:05:50 +02:00 |
|
Simon Giraudot
|
8b70069135
|
Add IO methods for random forest (non-documented so far as it's not stable)
|
2017-04-03 08:05:47 +02:00 |
|
Simon Giraudot
|
73fd922748
|
Fix identation everywhere (big commit)
|
2017-03-31 08:31:41 +02:00 |
|
Simon Giraudot
|
00c34dd436
|
Fix API
|
2017-03-28 11:51:07 +02:00 |
|
Simon Giraudot
|
09484dd752
|
Clean up predicate code
|
2017-03-28 11:50:56 +02:00 |
|
Simon Giraudot
|
bf2dfdd3af
|
Fix doc
|
2017-03-28 11:50:49 +02:00 |
|
Simon Giraudot
|
36febd05a9
|
Update vertical dispersion with new grid API
|
2017-03-28 11:50:26 +02:00 |
|
Simon Giraudot
|
3c8a48aa8f
|
Update doc and examples
|
2017-03-28 11:50:13 +02:00 |
|
Simon Giraudot
|
6712e04b60
|
Fix duplicated ref
|
2017-03-27 15:18:22 +02:00 |
|
Simon Giraudot
|
735c3d5d54
|
Add random forest predicate
|
2017-03-27 15:17:27 +02:00 |
|
Simon Giraudot
|
34070bfd52
|
Update reference manual
|
2017-03-27 15:03:55 +02:00 |
|
Simon Giraudot
|
d69dd37c6d
|
Update examples and add example for Random Forest
|
2017-03-27 15:02:46 +02:00 |
|
Simon Giraudot
|
db64648774
|
Update manual
|
2017-03-27 15:02:15 +02:00 |
|
Simon Giraudot
|
ea5dbb8315
|
Add predicate concept
|
2017-03-27 10:35:09 +02:00 |
|
Simon Giraudot
|
c62d35fadc
|
Use IoU instead of recall as training score
|
2017-03-27 09:28:36 +02:00 |
|
Simon Giraudot
|
fa967afa16
|
Optimize multiscale planimetric grid
|
2017-03-27 09:28:07 +02:00 |
|
Simon Giraudot
|
d0ff9fdc64
|
Add undocumented method to free memory (for testing purposes)
|
2017-03-27 09:27:04 +02:00 |
|
Simon Giraudot
|
17343421f5
|
Use floats everywhere (need for very little memory size)
|
2017-03-17 14:32:45 +01:00 |
|
Simon Giraudot
|
026a01b140
|
Remove useless class
|
2017-03-17 13:53:20 +01:00 |
|
Simon Giraudot
|
acb17da8c8
|
Reduce memory usage of features
|
2017-03-17 12:54:14 +01:00 |
|
Simon Giraudot
|
77a590d338
|
Global change of API
|
2017-03-16 14:16:44 +01:00 |
|
Simon Giraudot
|
6eda0387d0
|
Bugfix in HSV feature: differentiate mean and m_mean
|
2017-03-15 09:22:04 +01:00 |
|
Simon Giraudot
|
d73f7d3718
|
Parallelize graphcut computation
|
2017-03-13 07:48:45 +01:00 |
|
Simon Giraudot
|
058a455e3c
|
Remove unused variable
|
2017-03-10 13:51:37 +01:00 |
|
Simon Giraudot
|
aefbb150e2
|
Update doc
|
2017-03-06 13:52:51 +01:00 |
|
Simon Giraudot
|
1e3aaabd07
|
Fix bug in demo
|
2017-03-06 13:52:24 +01:00 |
|
Simon Giraudot
|
4d17c623aa
|
Parallelize feature computation, Eigen analysis, etc.
|
2017-03-06 11:09:25 +01:00 |
|
Simon Giraudot
|
e50cd5442d
|
Replace Timer with Real_timer
|
2017-03-03 12:40:36 +01:00 |
|
Simon Giraudot
|
ec8a00dce7
|
Parallelize local eigen analysis with TBB
|
2017-03-03 11:15:44 +01:00 |
|
Simon Giraudot
|
e1f4ff000b
|
Some optimizations in trainer
|
2017-03-03 10:48:46 +01:00 |
|
Simon Giraudot
|
eb4a3503a6
|
Fix doc parameter
|
2017-03-03 08:14:31 +01:00 |
|
Simon Giraudot
|
af912272b7
|
Parallelize run() and run_with_local_smoothing() with TBB
|
2017-03-02 19:00:01 +01:00 |
|
Simon Giraudot
|
6e86dc3afc
|
Parallelize training with TBB
|
2017-03-02 18:13:35 +01:00 |
|
Simon Giraudot
|
1255a9e794
|
Optimize training
|
2017-03-02 17:43:46 +01:00 |
|
Simon Giraudot
|
89b6c64cdf
|
Add missing concept
|
2017-03-02 16:09:26 +01:00 |
|
Simon Giraudot
|
96ef96ac6d
|
Make public and document energy_of
|
2017-03-02 16:08:47 +01:00 |
|
Simon Giraudot
|
cea79f650a
|
Add accuracy, mean F1 and mean IoU to trainer
|
2017-03-02 16:08:28 +01:00 |
|
Simon Giraudot
|
4feca8dec0
|
Update documentation with latest review
|
2017-03-02 16:03:57 +01:00 |
|
Simon Giraudot
|
8f4974df7b
|
New example + update examples + documentation
|
2017-03-01 15:35:01 +01:00 |
|
Simon Giraudot
|
7e181c9c7e
|
Additional documentation
|
2017-03-01 15:34:32 +01:00 |
|
Simon Giraudot
|
26ff6ca76a
|
New access methods + documentation for trainer
|
2017-03-01 15:34:01 +01:00 |
|
Simon Giraudot
|
0123e5d848
|
Additional documentation for features
|
2017-03-01 15:33:46 +01:00 |
|
Simon Giraudot
|
552693c5c0
|
Add computation of precision and recall
|
2017-03-01 14:28:55 +01:00 |
|
Simon Giraudot
|
509bd5ec69
|
Update documentation
|
2017-03-01 12:42:31 +01:00 |
|
Simon Giraudot
|
f3a703ba2c
|
Minor corrections
|
2017-03-01 10:43:11 +01:00 |
|
Simon Giraudot
|
e63dce356f
|
Change names (attribute -> feature, type -> label)
|
2017-03-01 09:50:33 +01:00 |
|
Simon Giraudot
|
526465ab59
|
Update example
|
2017-03-01 09:26:16 +01:00 |
|