File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# ImageNetDataset.jl
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://adrhill .github.io/ImageNetDataset.jl/stable/ )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://adrhill .github.io/ImageNetDataset.jl/dev/ )
5
- [ ![ Build Status] ( https://github.com/adrhill /ImageNetDataset.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/adrhill /ImageNetDataset.jl/actions/workflows/CI.yml?query=branch%3Amain )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://Julia-XAI .github.io/ImageNetDataset.jl/stable/ )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://Julia-XAI .github.io/ImageNetDataset.jl/dev/ )
5
+ [ ![ Build Status] ( https://github.com/Julia-XAI /ImageNetDataset.jl/actions/workflows/CI.yml/badge.svg?branch=main )] ( https://github.com/Julia-XAI /ImageNetDataset.jl/actions/workflows/CI.yml?query=branch%3Amain )
6
6
[ ![ Aqua] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
7
7
8
8
Data loader for the ImageNet 2012 Classification Dataset (ILSVRC 2012-2017) in Julia.
@@ -13,11 +13,11 @@ The ImageNet dataset can be downloaded at [image-net.org](https://image-net.org/
13
13
after signing up and accepting the terms of access.
14
14
It is therefore required that you download this dataset manually.
15
15
16
- [ Installation instructions can be found in the documentation.] ( https://adrhill .github.io/ImageNetDataset.jl/dev/installation/ )
16
+ [ Installation instructions can be found in the documentation.] ( https://Julia-XAI .github.io/ImageNetDataset.jl/dev/installation/ )
17
17
18
18
Afterwards, add this package via
19
19
``` julia-repl
20
- julia> ]add https://github.com/adrhill /ImageNetDataset.jl
20
+ julia> ]add https://github.com/Julia-XAI /ImageNetDataset.jl
21
21
```
22
22
23
23
## Examples
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ makedocs(;
10
10
authors
= " Adrian Hill <[email protected] >" ,
11
11
sitename= " ImageNetDataset.jl" ,
12
12
format= Documenter. HTML (;
13
- canonical= " https://adrhill .github.io/ImageNetDataset.jl" ,
13
+ canonical= " https://Julia-XAI .github.io/ImageNetDataset.jl" ,
14
14
edit_link= " main" ,
15
15
assets= String[],
16
16
),
17
17
pages= [" Home" => " index.md" , " Installation" => " installation.md" ],
18
18
)
19
19
20
- deploydocs (; repo= " github.com/adrhill /ImageNetDataset.jl" , devbranch= " main" )
20
+ deploydocs (; repo= " github.com/Julia-XAI /ImageNetDataset.jl" , devbranch= " main" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CurrentModule = ImageNetDataset
4
4
5
5
# ImageNetDataset
6
6
7
- Documentation for [ ImageNetDataset] ( https://github.com/adrhill /ImageNetDataset.jl ) .
7
+ Documentation for [ ImageNetDataset] ( https://github.com/Julia-XAI /ImageNetDataset.jl ) .
8
8
9
9
## API Reference
10
10
### Dataset
Original file line number Diff line number Diff line change @@ -95,6 +95,6 @@ to create all class directories and move images into corresponding directories:
95
95
96
96
``` bash
97
97
cd ImageNet/val
98
- wget -qO- https://raw.githubusercontent.com/adrhill /ImageNetDataset.jl/master/docs/src/valprep.sh | bash
98
+ wget -qO- https://raw.githubusercontent.com/Julia-XAI /ImageNetDataset.jl/master/docs/src/valprep.sh | bash
99
99
```
100
100
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function __init__imagenet()
26
26
It is therefore required that you download this dataset manually.
27
27
28
28
Please follow the instructions at
29
- https://adrhill .github.io/ImageNetDataset.jl/dev/installation/
29
+ https://Julia-XAI .github.io/ImageNetDataset.jl/dev/installation/
30
30
""" ,
31
31
),
32
32
)
You can’t perform that action at this time.
0 commit comments