Skip to content

Commit

Permalink
rm direct dep on Pkg (indirect through LazyArtifacts) (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Dec 6, 2024
1 parent 31cc95c commit 0a92a0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
Expand Down
2 changes: 0 additions & 2 deletions src/ObjectDetector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export prepareImage, prepareImage!, resizekern, sizethatfits, emptybatch, drawBo

import Flux.gpu

using Pkg.Artifacts

using ImageFiltering
using ImageTransformations
using ImageCore
Expand Down
1 change: 0 additions & 1 deletion src/yolo/pretrained.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Pkg.Artifacts
## YOLOV2
function v2_COCO(;batch=1, silent=false, w=608, h=608, cfgchanges=[(:net, 1, :width, w), (:net, 1, :height, h)], kwargs...)
yolo(joinpath(models_dir,"yolov2-608.cfg"), joinpath(artifact"yolov2-COCO", "yolov2-COCO.weights"), batch; silent, cfgchanges, kwargs...)
Expand Down

0 comments on commit 0a92a0c

Please sign in to comment.