-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Ianvs QuickStart guide by removing conflicts
quickStart guide updated Signed-off-by: Aryan Nanda <[email protected]> README.md added to examples/pcb-aoi/singletask_learning_bench/fault_detection Signed-off-by: Aryan Nanda <[email protected]>
- Loading branch information
1 parent
8260643
commit 662d9ee
Showing
3 changed files
with
25 additions
and
21 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
1 change: 1 addition & 0 deletions
1
examples/pcb-aoi/singletask_learning_bench/fault detection/README.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- To execute the `examples/pcb-aoi/singletask_learning_bench/fault_detection` example, refer to the [Ianvs Quick Start Guide](https://ianvs.readthedocs.io/en/latest/guides/quick-start.html). |
2 changes: 2 additions & 0 deletions
2
examples/pcb-aoi/singletask_learning_bench/fault detection/requirements.txt
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
opencv-python~=3.4 # Must be under 4.0, otherwise it will build from source, which takes a long time | ||
onnx==1.9.0 |