-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a78c310
commit 0e44119
Showing
6 changed files
with
112 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CUDA_VISIBLE_DEVICES=0 python Inference.py \ | ||
--img_path './test_images/' \ | ||
--yolo_model_path './weight/PromtModel.pt' \ | ||
--output_dir './' \ | ||
--model_type 'efficientvit_l2' \ | ||
--encoder_type 'efficientvit_l2' \ |
Oops, something went wrong.