Skip to content

Commit

Permalink
Added docs/, clean maskcam/ move files to yolo/
Browse files Browse the repository at this point in the history
  • Loading branch information
DonBraulio committed Jan 27, 2021
1 parent 43a73dd commit 1891188
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 1,877 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ videos/outputs/*
images*/
*.mp4
.DS_Store
*.onnx
.vscode/

# Intermediate files to convert MobileNetV2 from TF->TF-TRT
utils/*.png
mobilenetv2/inference_graph_*/
mobilenetv2/converted_trt_*.pb

# Avoid yolo weights except for the tiny harmless ones
yolo/*.weights
!yolo/facemask-yolov4-tiny_best.weights

# Avoid TRT engines
maskcam/*.trt
yolo/*.engine
# Avoid weights, or engines
*.weights
*.trt
*.engine
*.onnx

# Environment files (not templates)
server/*.env
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Adaptation of the Face Masks Detector to run on Jetson Nano

## Running on Jetson Nano with Photon carrier board
Please see the setup instructions at [Photon-Nano-Setup.md](https://github.com/tryolabs/bdti-jetson/blob/main/Photon-Nano-Setup.md) for how to set up and run MaskCam on the Photon Nano.
Please see the setup instructions at [docs/Photon-Nano-Setup.md](docs/Photon-Nano-Setup.md) for how to set up and run MaskCam on the Photon Nano.

## Preparing to run on Jetson Nano Developer Kit
1. Make sure these packages are installed at system level:
Expand Down
32 changes: 0 additions & 32 deletions deepstream/README

This file was deleted.

File renamed without changes.
129 changes: 0 additions & 129 deletions maskcam/config.yml

This file was deleted.

89 changes: 0 additions & 89 deletions maskcam/config_images.yml

This file was deleted.

Loading

0 comments on commit 1891188

Please sign in to comment.