Skip to content

Commit

Permalink
Upload package in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaowoguanren0615 committed Jun 15, 2024
1 parent 07e7f1f commit ecaf9b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ dependencies:
- python=3.9
- pip
- pip:
- onnx==1.13
- onnxoptimizer==0.3.13
- onnxruntime==1.18
- matplotlib==3.5.1
- numpy==1.23.0
- opencv-contrib-python==4.7.0.72
Expand Down
1 change: 1 addition & 0 deletions onnx_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import util.utils as utils



parser = argparse.ArgumentParser(description='Pytorch ONNX Validation')
parser.add_argument("--Kvasir_path", type=str, default='/mnt/d/MedicalSeg/Kvasir-SEG/',
help="path to Kvasir Dataset")
Expand Down

0 comments on commit ecaf9b0

Please sign in to comment.