Arman Tabaddor
Arman Tabaddor
For efficiency, instead of re-creating tutorials (ML, gazebo simulator, etc), find reputable, popular tutorials and provide links and setup resources for users to get started on those.
Currently, there is one main document (README.md) where all the information for each section is written up. Separating each section into its own .md file (i.e, PERCEPTION.md) and simply linking...
The basic outline is mostly done, but fill in the respective sections with relevant, interesting information and resources as it pertains to software engineering.
Add some relevant, non-technical summary, papers, info, diagrams, pictures, etc to the sections. Though make sure they are specific to the topic of the section. For example, within Deep Learning,...
For all links that link to **EXTERNAL** sites or pages (not part of the repository), add the following: `[link](url){:target="_blank"}` _A note:_ This may not actually work, and may just render...
For images embedded in markdown (README.md, contributing.md), make sure that the images alt text describes what the image is, and fix any unspecified or too general alt texts.
The style guide can be found [here ](https://github.com/tabaddor/av-swe-guide/blob/master/contributing.md#style-guides)in the contributing docs. Write a style guide that touches upon: **1**. Proper Grammar and Punctuation This will be updated when I decide...
This issue will always be "open." Feel free to submit a pull request that fixes any typos in documentation in this project repository, and reference this issue.
Something to consider for the future with more content and contributors. Staying organized will be important for this project, and having monthly iterations and milestones will be helpful gauge on...
Where can I find the normalization (mean, std values) applied prior to obstacle detection for Yolov3 [3d-r4-half](https://github.com/ApolloAuto/apollo/tree/master/modules/perception/production/data/perception/camera/models/yolo_obstacle_detector/3d-r4-half)? ### System information - **OS Platform and Distribution (Linux Ubuntu 20.04)**: - **Apollo...