Skip to content

3d bbox eval module merge into main perception#180

Closed
lukasdumasius wants to merge 370 commits intosensor_fusion_data_processingfrom
sensor_fusion_tianyu
Closed

3d bbox eval module merge into main perception#180
lukasdumasius wants to merge 370 commits intosensor_fusion_data_processingfrom
sensor_fusion_tianyu

Conversation

@lukasdumasius
Copy link
Collaborator

Merge 3d bbox eval code for metrics

udymd and others added 30 commits February 17, 2025 09:42
Remove ibeo msg in setup_this_machine.sh
Finish klampt_visualization and mpl_visualization in GEMstack/scripts/visualization.py
@lukasdumasius lukasdumasius requested a review from krishauser as a code owner May 4, 2025 10:38
# fit a line/plane/hyperplane in a pointcloud
# pc: np array (N,D). the pointcloud
# tol: the tolerance. default 0.01
model = RANSACRegressor(LinearRegression(), residual_threshold=tol)

Check notice

Code scanning / SonarCloud

Results that depend on random number generation should be reproducible Low

Provide a seed for the random\_state parameter. See more on SonarQube Cloud
@lukasdumasius lukasdumasius changed the title Sensor fusion tianyu 3d bbox eval module merge into main perception May 4, 2025
@lukasdumasius lukasdumasius requested a review from LucasEby May 4, 2025 10:56
@LucasEby LucasEby closed this May 4, 2025
@LucasEby LucasEby reopened this May 4, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 4, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
28 Security Hotspots
6.8% Duplication on New Code (required ≤ 3%)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@lukasdumasius lukasdumasius removed the request for review from LucasEby May 4, 2025 11:11
Repository owner deleted a comment from LucasEby May 4, 2025
@lukasdumasius
Copy link
Collaborator Author

Branches reversed, will open new pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.