Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kf_based_terrain_analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iván del Pino
kf_based_terrain_analysis
Graph
7e5c8b61ed4bd1435f597f4902d6d30013dceb1f
Select Git revision
Branches
1
main
default
protected
Tags
2
castelldefels
Esplugues_demo
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Mar
26
Apr
25
18
9
5
Sep
21
Jul
6
Apr
16
Mar
16
Feb
17
Jan
16
9
5
4
21
Dec
20
10
Oct
7
6
7
Sep
20
Jul
19
14
13
12
8
28
Jun
13
May
4
22
Apr
1
31
Mar
30
29
25
24
23
22
21
18
17
14
10
7
14
Feb
Add gitignore to ignore build dirs
main
main
Fixed bug
Renamed parameter
Added parameters for low obstacle detection
Corrected error-> it is not possible to save the dataset AND use the algorithm simultaneously
Change code order to permit storing dataset AND using the network for segmentation
Cleaning unused code
Merge branch 'main' of https://gitlab.iri.upc.edu/idelpino/kf_based_terrain_analysis into main
Add LICENSE
Changes to make it compile in ubuntu 20.04
castelldefels
castelldefels
Modified the CMakeFile.txt to include the external repository for the rapidcsv library and install the necessary files.
some work in representation and elimination of graph nodes that are classified as obstacles by the neural net
fixed bug in overhanging obstacles and improved visualization
debugging labelling in not analyzed areas
added neural network of different possible sizes
multiclass preditions
added loading of neural net from file
dumping dataset to file for nn training in matlab
features extracted!
working in neural network integration
added constants to represent gt labels in colors in the point cloud
creating ground references in median points instead of centroids
debugged!
more cleaning
cleaning old functions and removing unused parameters
cleaning unused code
documenting some functions
added field for mean intensity
added full covariance use in mahalanobis distance computation, however it is disabled because it slows the algorithm and do not improve results
added intensity mean and variance in elevation pointcloudf
work in progress
improved optimized elevation cloud generation to avoid running out of memory
optimized elevation cloud generation!
improved fast labelling, now achieving even better results than with the slow method!
added fast labelling mode, to enable it just set the number_of_reference_used_for_labelling to zero
added heuristic to label points outside the local area analysis as ground or obstacles
bug fixed in time supervision --> removed ifs that make the object to be destroyed after the if sentence
added semantic kitti classes
added some color labels for low obstacles and ground accumulated
added class labels for low and negative obstacles
Esplugues_demo
Esplugues_demo
Loading