Skip to content

Commit f13be76

Browse files
authored
remove 403 forbidden URLs (#312)
1 parent 442326c commit f13be76

16 files changed

+16
-16
lines changed

R/collection-rf100-biology.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Biology dataset Collection
55
#'
6-
#' Loads one of the [RoboFlow 100 Biology](https://universe.roboflow.com/browse/biology) datasets with
6+
#' Loads one of the RoboFlow 100 Biology datasets with
77
#' bounding box annotations for object-detection task.
88
#'
99
#' @inheritParams rf100_document_collection

R/collection-rf100-damage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Damages dataset Collection
55
#'
6-
#' Loads one of the [RoboFlow 100 Damage & Risk assesment](https://universe.roboflow.com/browse/damage-risk) datasets with
6+
#' Loads one of the RoboFlow 100 Damage & Risk assesment datasets with
77
#' bounding box annotations for object-detection task.
88
#'
99
#' @inheritParams rf100_document_collection

R/collection-rf100-doc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Document dataset Collection
55
#'
6-
#' Loads one of the [RoboFlow 100 Document](https://universe.roboflow.com/browse/documents) datasets with
6+
#' Loads one of the RoboFlow 100 Document datasets with
77
#' bounding box annotations for object-detection task.
88
#'
99
#' @param dataset Dataset to select within \code{c("tweeter_post", "tweeter_profile", "document_part",

R/collection-rf100-infrared.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Infrared dataset Collection
55
#'
6-
#' Loads one of the [RoboFlow 100 Infrared](https://universe.roboflow.com/browse/infrared) datasets
6+
#' Loads one of the RoboFlow 100 Infrared datasets
77
#' with per-dataset folders and train/valid/test splits.
88
#'
99
#' @inheritParams rf100_document_collection

R/collection-rf100-medical.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Medical dataset Collection
55
#'
6-
#' Loads one of the [RoboFlow 100 Medical](https://universe.roboflow.com/browse/medical) datasets
6+
#' Loads one of the RoboFlow 100 Medical datasets
77
#' with per-dataset folders and train/valid/test splits.
88
#'
99
#' @inheritParams rf100_document_collection

R/collection-rf100-underwater.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NULL
33

44
#' RoboFlow 100 Underwater dataset Collection
55
#'
6-
#' Loads one of the underwater related [RoboFlow 100 Environmental](https://universe.roboflow.com/browse/environmental)
6+
#' Loads one of the underwater related RoboFlow 100 Environmental
77
#' datasets: "pipes", "aquarium", "objects", or "coral". Images are provided with
88
#' bounding box annotations for object-detection task.
99
#'

R/dataset-lfw.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#' - The \code{split} parameter in R controls which version of the dataset to use: `"original"` (unaligned) or `"funneled"` (aligned using funneling).
3232
#' The funneled version contains geometrically normalized face images, offering better alignment and typically improved performance for face recognition models.
3333
#'
34-
#' - The dataset is downloaded from [Figshare](https://figshare.com/authors/_/3118605),
34+
#' - The dataset is downloaded from Figshare,
3535
#' which hosts the same files referenced in `scikit-learn`'s dataset utilities.
3636
#'
3737
#' - `lfw_people_dataset`: 13,233 images across multiple identities (using either `"original"` or `"funneled"` splits)

data-raw/collection-catalog.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ collection_catalog$total_size_mb <- sum(c(collection_catalog$train_size_mb, col
256256
collection_catalog$function_name <- paste0(collection_catalog$collection, "_collection")
257257

258258
collection_catalog$roboflow_url <- ifelse(is.na(collection_catalog$roboflow_url),
259-
paste0("https://universe.roboflow.com/browse/", collection_catalog$collection),
259+
paste0("https://universe.roboflow.com/", collection_catalog$collection),
260260
collection_catalog$roboflow_url)
261261

262262

man/imagenet_classes.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lfw_dataset.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)