Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60e8f91

Browse files
committedJan 24, 2025·
chore: Add .cursorrules for project guidelines and update README
- Introduce .cursorrules file containing detailed guidelines for project development, including best practices for implementation, testing, and documentation. - Update README to reference the new .cursorrules file for clarity on project instructions.
1 parent 677f203 commit 60e8f91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
File renamed without changes.

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains an implementation of the paper "Neural Mesh Simplificat
44

55
Research, methodology introduced in the [Neural Mesh Simplification paper](https://openaccess.thecvf.com/content/CVPR2022/papers/Potamias_Neural_Mesh_Simplification_CVPR_2022_paper.pdf), with the updated info shared in [supplementary material](https://openaccess.thecvf.com/content/CVPR2022/supplemental/Potamias_Neural_Mesh_Simplification_CVPR_2022_supplemental.pdf).
66

7-
This implementation could not have been done without the use of an LLM, specifically Claude Sonnet 3.5 by Anthropic. It was useful to create a project, upload the PDF of the papers there and use the custom instructions in [llm_instructions.txt](llm_instructions.txt). To steer the model, a copy of the file structure (which it helped create early on) is also useful. This can be created with the command `tree -F -I '*.ply|*.obj|*__pycache__*' > file_structure.txt` in the root directory of the project.
7+
This implementation could not have been done without the use of an LLM, specifically Claude Sonnet 3.5 by Anthropic. It was useful to create a project, upload the PDF of the papers there and use the custom instructions in [.cursorrules](.cursorrules). To steer the model, a copy of the file structure (which it helped create early on) is also useful. This can be created with the command `tree -F -I '*.ply|*.obj|*__pycache__*' > file_structure.txt` in the root directory of the project.
88

99
It is also useful to keep an updated copy of the main components of the code-base in the LLM project. This can be done with the following command, and uploading the file to the project in Claude:
1010

0 commit comments

Comments
 (0)