docs(P4): update README.md to remove UTF-8 characters and add failure cases doc link - #13
Conversation
|
Important Review skipped You've hit the daily PR analysis limit on your current plan. Consider upgrading: Upgrade ⚙️ SettingsSeverity Threshold: 📖 User Guide
|
|
Warning Review limit reached
Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request simplifies and restructures the README.md file to make it more concise, updating the installation and quickstart instructions, and moving detailed experimental results to external documentation. The reviewer noted an inconsistency in the documented output filenames between README.md and implementation.md, which should be standardized.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| --- | ||
|
|
||
| ## S3DIS Area-5 Evaluation and Experiments | ||
| Each run writes to `outputs/`: `segmented_room.ply` (labeled cloud), `segmentation_report.json` (validated cluster report), and `segmentation_viz.png` (2D semantic map). |
There was a problem hiding this comment.
There is an inconsistency in the output filenames documented across different files:\n\n- README.md (lines 43, 46) and PIPELINE.md (lines 61-63) refer to segmented_room.ply, segmentation_report.json, and segmentation_viz.png.\n- implementation.md (lines 700, 874-875, 1013-1015) refers to segmented.ply, report.json, and topdown_map.png.\n\nPlease standardize these filenames across all documentation files to ensure consistency and avoid confusion for users running the pipeline.
Updates README.md to be completely ASCII (removes all Unicode symbols/dashes) and adds a link to docs/failure_cases.md.