Skip to content

Commit fd0da22

Browse files
committed
first commit
0 parents  commit fd0da22

32 files changed

+28660
-0
lines changed

.Instructions.md.swp

16 KB
Binary file not shown.

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Computer Pointer Controller
2+
3+
*TODO:* Write a short introduction to your project
4+
5+
## Project Set Up and Installation
6+
*TODO:* Explain the setup procedures to run your project. For instance, this can include your project directory structure, the models you need to download and where to place them etc. Also include details about how to install the dependencies your project requires.
7+
8+
## Demo
9+
*TODO:* Explain how to run a basic demo of your model.
10+
11+
## Documentation
12+
*TODO:* Include any documentation that users might need to better understand your project code. For instance, this is a good place to explain the command line arguments that your project supports.
13+
14+
## Benchmarks
15+
*TODO:* Include the benchmark results of running your model on multiple hardwares and multiple model precisions. Your benchmarks can include: model loading time, input/output processing time, model inference time etc.
16+
17+
## Results
18+
*TODO:* Discuss the benchmark results and explain why you are getting the results you are getting. For instance, explain why there is difference in inference time for FP32, FP16 and INT8 models.
19+
20+
## Stand Out Suggestions
21+
This is where you can provide information about the stand out suggestions that you have attempted.
22+
23+
### Async Inference
24+
If you have used Async Inference in your code, benchmark the results and explain its effects on power and performance of your project.
25+
26+
### Edge Cases
27+
There will be certain situations that will break your inference flow. For instance, lighting changes or multiple people in the frame. Explain some of the edge cases you encountered in your project and how you solved them to make your project more robust.

bin/.gitkeep

Whitespace-only changes.

bin/demo.mp4

2.27 MB
Binary file not shown.

0 commit comments

Comments
 (0)