Skip to content

Commit

Permalink
Merge pull request #14 from hicsail/improvetrack
Browse files Browse the repository at this point in the history
add 68pt landmark to main.spec
  • Loading branch information
Farid-Karimli authored Aug 10, 2023
2 parents 260c7c8 + c48a9c7 commit b3fb72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyTracker/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runtime_data_folder = 'videoProcessing'
added_files = [
( 'src/videoProcessing/fsanet_capsule_3_16_2_21_5.h5', runtime_data_folder ),
( 'src/videoProcessing/res10_300x300_SSD_iter_140000.caffemodel', runtime_data_folder ),
( 'src/videoProcessing/shape_predictor_5_face_landmarks.dat', runtime_data_folder),
( 'src/videoProcessing/shape_predictor_68_face_landmarks.dat', runtime_data_folder),
( 'src/videoProcessing/deploy.prototxt.txt', runtime_data_folder)
]

Expand Down

0 comments on commit b3fb72b

Please sign in to comment.