100+ datasets found
  1. R

    Split Data Patch Dataset

    • universe.roboflow.com
    zip
    Updated Oct 25, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Universitas Islam Indonesia (2023). Split Data Patch Dataset [Dataset]. https://universe.roboflow.com/universitas-islam-indonesia-fgk9e/split-data-patch
    Explore at:
    zipAvailable download formats
    Dataset updated
    Oct 25, 2023
    Dataset authored and provided by
    Universitas Islam Indonesia
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Patch Bounding Boxes
    Description

    Split Data Patch

    ## Overview
    
    Split Data Patch is a dataset for object detection tasks - it contains Patch annotations for 636 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  2. P

    TFix's Code Patches Data Dataset

    • paperswithcode.com
    • opendatalab.com
    Updated Jul 17, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Berkay Berabi; Jingxuan He; Veselin Raychev; Martin Vechev (2021). TFix's Code Patches Data Dataset [Dataset]. https://paperswithcode.com/dataset/tfix-s-code-patch-data
    Explore at:
    Dataset updated
    Jul 17, 2021
    Authors
    Berkay Berabi; Jingxuan He; Veselin Raychev; Martin Vechev
    Description

    The dataset contains more than 100k code patch pairs extracted from open source projects on GitHub. Each pair comes with the erroneous and the fixed version of the corresponding code snippet. Instead of the whole file, the code snippets are extracted to focus on the problematic region (error line + other lines around it). For each sample, the repository name, the commit id, and the file names are provided so that one can access the complete files in case of interest.

    The dataset only has JavaScript programs and the error are detected by the popular static code analyzer ESLint. The dataset can be used in the fields of: program repair, code generation, bug finding, transfer learning and many more fields related to machine learning for code

  3. Z

    Data from: ImageNet-Patch: A Dataset for Benchmarking Machine Learning...

    • data.niaid.nih.gov
    Updated Jun 30, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Daniele Angioni (2022). ImageNet-Patch: A Dataset for Benchmarking Machine Learning Robustness against Adversarial Patches [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_6568777
    Explore at:
    Dataset updated
    Jun 30, 2022
    Dataset provided by
    Ambra Demontis
    Daniele Angioni
    Fabio Roli
    Luca Demetrio
    Maura Pintor
    Angelo Sotgiu
    Battista Biggio
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Adversarial patches are optimized contiguous pixel blocks in an input image that cause a machine-learning model to misclassify it. However, their optimization is computationally demanding and requires careful hyperparameter tuning. To overcome these issues, we propose ImageNet-Patch, a dataset to benchmark machine-learning models against adversarial patches. It consists of a set of patches optimized to generalize across different models and applied to ImageNet data after preprocessing them with affine transformations. This process enables an approximate yet faster robustness evaluation, leveraging the transferability of adversarial perturbations.

    We release our dataset as a set of folders indicating the patch target label (e.g., banana), each containing 1000 subfolders as the ImageNet output classes.

    An example showing how to use the dataset is shown below.

    code for testing robustness of a model

    import os.path

    from torchvision import datasets, transforms, models import torch.utils.data

    class ImageFolderWithEmptyDirs(datasets.ImageFolder): """ This is required for handling empty folders from the ImageFolder Class. """

    def find_classes(self, directory):
      classes = sorted(entry.name for entry in os.scandir(directory) if entry.is_dir())
      if not classes:
        raise FileNotFoundError(f"Couldn't find any class folder in {directory}.")
      class_to_idx = {cls_name: i for i, cls_name in enumerate(classes) if
              len(os.listdir(os.path.join(directory, cls_name))) > 0}
      return classes, class_to_idx
    

    extract and unzip the dataset, then write top folder here

    dataset_folder = 'data/ImageNet-Patch'

    available_labels = { 487: 'cellular telephone', 513: 'cornet', 546: 'electric guitar', 585: 'hair spray', 804: 'soap dispenser', 806: 'sock', 878: 'typewriter keyboard', 923: 'plate', 954: 'banana', 968: 'cup' }

    select folder with specific target

    target_label = 954

    dataset_folder = os.path.join(dataset_folder, str(target_label)) normalizer = transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) transforms = transforms.Compose([ transforms.ToTensor(), normalizer ])

    dataset = ImageFolderWithEmptyDirs(dataset_folder, transform=transforms) model = models.resnet50(pretrained=True) loader = torch.utils.data.DataLoader(dataset, shuffle=True, batch_size=5) model.eval()

    batches = 10 correct, attack_success, total = 0, 0, 0 for batch_idx, (images, labels) in enumerate(loader): if batch_idx == batches: break pred = model(images).argmax(dim=1) correct += (pred == labels).sum() attack_success += sum(pred == target_label) total += pred.shape[0]

    accuracy = correct / total attack_sr = attack_success / total

    print("Robust Accuracy: ", accuracy) print("Attack Success: ", attack_sr)

  4. Data from: Backbone Family Classification Patch

    • gbif.org
    Updated Nov 19, 2018
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Markus Döring; Markus Döring (2018). Backbone Family Classification Patch [Dataset]. http://doi.org/10.15468/oqfgug
    Explore at:
    Dataset updated
    Nov 19, 2018
    Dataset provided by
    Global Biodiversity Information Facilityhttps://www.gbif.org/
    Authors
    Markus Döring; Markus Döring
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Patch to assign a classification to otherwise unclassified backbone families which get pooled under the "incertae sedis" kingdom of the GBIF taxonomic backbone.

  5. Intelligent Patch Panel Market Report | Global Forecast From 2025 To 2033

    • dataintelo.com
    csv, pdf, pptx
    Updated Jan 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dataintelo (2025). Intelligent Patch Panel Market Report | Global Forecast From 2025 To 2033 [Dataset]. https://dataintelo.com/report/intelligent-patch-panel-market
    Explore at:
    csv, pdf, pptxAvailable download formats
    Dataset updated
    Jan 7, 2025
    Dataset authored and provided by
    Dataintelo
    License

    https://dataintelo.com/privacy-and-policyhttps://dataintelo.com/privacy-and-policy

    Time period covered
    2024 - 2032
    Area covered
    Global
    Description

    Intelligent Patch Panel Market Outlook



    The global intelligent patch panel market size was estimated at USD 1.2 billion in 2023 and is projected to reach USD 3.8 billion by 2032, growing at a CAGR of 13.8% from 2024 to 2032. The significant growth in this market is driven primarily by the increasing demand for efficient data management solutions and the rising adoption of advanced networking systems across various industries.



    One of the primary growth factors for the intelligent patch panel market is the exponential increase in data traffic globally. With the proliferation of IoT devices, cloud computing, and big data analytics, there is an ever-growing need for efficient data management and high-speed network infrastructure. Intelligent patch panels play a crucial role in managing and organizing cables, reducing downtime, and ensuring seamless data transmission, thereby meeting the rising demand for robust and efficient data networks.



    Another critical factor contributing to the growth of the intelligent patch panel market is the burgeoning expansion of data centers worldwide. Data centers are the backbone of modern digital infrastructure, hosting a plethora of services ranging from cloud storage to complex computational tasks. Intelligent patch panels enable these data centers to optimize space, enhance performance, and reduce operational costs by streamlining cable management and improving network reliability. As companies and service providers continue to invest heavily in data center expansions, the demand for intelligent patch panels is set to rise significantly.



    The increasing focus on network security and compliance is also driving the market for intelligent patch panels. With the rise in cyber threats and stringent regulatory requirements, organizations are seeking advanced solutions to secure their network infrastructure. Intelligent patch panels offer enhanced monitoring and management features, allowing for real-time tracking and automated alerts for any unauthorized access or anomalies in the network. This capability not only enhances security but also ensures compliance with regulatory standards, making intelligent patch panels a preferred choice for enterprises across various sectors.



    From a regional perspective, North America holds the largest share in the intelligent patch panel market due to its advanced IT infrastructure and high adoption rate of new technologies. The presence of major market players, coupled with the significant investments in data centers and network security, further propels the market growth in this region. However, the Asia Pacific region is expected to witness the highest growth rate during the forecast period. The rapid digital transformation, rising investments in data centers, and increasing adoption of smart technologies in countries like China, India, and Japan are driving the market growth in this region.



    The Automatic Patch Clamp technology represents a significant advancement in the field of electrophysiology, offering high-throughput capabilities and precision in measuring ion channel activity. This technology is particularly beneficial for pharmaceutical research and drug discovery, as it allows for the rapid screening of potential drug candidates and their effects on ion channels. By automating the traditionally labor-intensive patch clamp technique, researchers can achieve greater efficiency and consistency in their experiments. The integration of Automatic Patch Clamp systems in research facilities is expected to accelerate the pace of scientific discoveries and contribute to the development of new therapeutics.



    Component Analysis



    The intelligent patch panel market by component is divided into three primary segments: Hardware, Software, and Services. Each segment plays a critical role in the functionality and efficiency of intelligent patch panels, catering to the diverse needs of end-users across various industries.



    The hardware segment constitutes the core physical components of an intelligent patch panel, including the modular units, connectors, and cables. This segment is crucial as it forms the foundation upon which the software and services operate. The demand for high-quality, reliable hardware is driven by the need for robust physical infrastructure to support high-speed data transmission and reduce downtime in network operations. Innovations in hardware design, such as modular and scalable components, are enhancing the efficiency and ease of i

  6. patch-the-planet

    • huggingface.co
    Updated Aug 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    ThinkOnward (2024). patch-the-planet [Dataset]. http://doi.org/10.57967/hf/2923
    Explore at:
    Dataset updated
    Aug 29, 2024
    Dataset provided by
    Think Onward LLC
    Authors
    ThinkOnward
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Dataset Card for Patch the Planet

      Dataset Description
    

    This data was produced by ThinkOnward for the Patch the Planet Challenge, using a synthetic seismic dataset generator called Synthoseis. This dataset consists of 500 training volumes and 15 test volumes. You will also be provided with a training data generation code in the starter notebook to build the training data. This code allows experimentation with different-sized missing data volumes in the seismic data. The… See the full description on the dataset page: https://huggingface.co/datasets/thinkonward/patch-the-planet.

  7. Data of SST patch experiments, Part2: cooling patches

    • zenodo.org
    zip
    Updated Jun 12, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Chen Zhou; Chen Zhou (2023). Data of SST patch experiments, Part2: cooling patches [Dataset]. http://doi.org/10.5281/zenodo.8026626
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 12, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Chen Zhou; Chen Zhou
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset is part-2 of the SST patch experiments used in Zhou et al. 2020. Part-1 can be found in https://www.zenodo.org/record/8025843

  8. Detecting Security Patches Via Behavioral Data

    • kaggle.com
    • paperswithcode.com
    Updated Feb 28, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nitzan Farhi (2023). Detecting Security Patches Via Behavioral Data [Dataset]. https://www.kaggle.com/datasets/nitzanfarhi/detecting-security-patches-via-behavioral-data/discussion
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Feb 28, 2023
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Nitzan Farhi
    License

    Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)https://creativecommons.org/licenses/by-nc-sa/4.0/
    License information was derived automatically

    Description

    The code that created this dataset can be seen in https://github.com/nitzanfarhi/SecurityPatchDetection and can be reproduced by running: console python data_collection\create_dataset.py --all -o data_collection\data Notice that this dataset doesn't include the commits' generated data as it is very big. This can be generated by running only : console python data_collection\create_dataset.py --commits -data_collection\data

    A repository name is symbolised by $COMPANY_NAME$_$REPOSITORY_NAME$

    License

    This dataset is publicly available for researchers. If you are using our dataset,
    you should cite our related research paper which outlines the details of the dataset and its underlying principles:

    @article{farhi2023detecting, title={Detecting Security Patches via Behavioral Data in Code Repositories}, author={Farhi, Nitzan and Koenigstein, Noam and Shavitt, Yuval}, journal={arXiv preprint arXiv:2302.02112}, year={2023} } As well as mentioning gharchive.org, if you use their data as well.

  9. Patch Import Data India – Buyers & Importers List

    • seair.co.in
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim, Patch Import Data India – Buyers & Importers List [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset provided by
    Seair Exim Solutions
    Authors
    Seair Exim
    Area covered
    India
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  10. o

    Patch Reservoir Drive Cross Street Data in Worcester, MA

    • ownerly.com
    Updated Dec 8, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Patch Reservoir Drive Cross Street Data in Worcester, MA [Dataset]. https://www.ownerly.com/ma/worcester/patch-reservoir-dr-home-details
    Explore at:
    Dataset updated
    Dec 8, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    Worcester, Patch Reservoir Drive, Massachusetts
    Description

    This dataset provides information about the number of properties, residents, and average property values for Patch Reservoir Drive cross streets in Worcester, MA.

  11. v

    Global export data of Patch to United States

    • volza.com
    csv
    Updated Aug 10, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Volza.LLC (2021). Global export data of Patch to United States [Dataset]. https://www.volza.com/exports-global/global-export-data-of-patch-to-united-states
    Explore at:
    csvAvailable download formats
    Dataset updated
    Aug 10, 2021
    Dataset provided by
    Volza.LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2014 - Sep 30, 2021
    Area covered
    United States
    Variables measured
    Count of exporters, Count of importers, Count of shipments, Sum of export value
    Description

    41592 Global export shipment records of Patch to United States with prices, volume & current Buyer's suppliers relationships based on actual Global export trade database.

  12. P

    Watch-n-Patch Dataset

    • paperswithcode.com
    Updated Feb 22, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Chenxia Wu; Jiemi Zhang; Silvio Savarese; Ashutosh Saxena (2021). Watch-n-Patch Dataset [Dataset]. https://paperswithcode.com/dataset/watch-n-patch
    Explore at:
    Dataset updated
    Feb 22, 2021
    Authors
    Chenxia Wu; Jiemi Zhang; Silvio Savarese; Ashutosh Saxena
    Description

    The Watch-n-Patch dataset was created with the focus on modeling human activities, comprising multiple actions in a completely unsupervised setting. It is collected with Microsoft Kinect One sensor for a total length of about 230 minutes, divided in 458 videos. 7 subjects perform human daily activities in 8 offices and 5 kitchens with complex backgrounds. Moreover, skeleton data are provided as ground truth annotations.

  13. Global export data of Patch

    • volza.com
    csv
    Updated May 31, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Volza FZ LLC (2025). Global export data of Patch [Dataset]. https://www.volza.com/p/patch/export/export-from-norway/
    Explore at:
    csvAvailable download formats
    Dataset updated
    May 31, 2025
    Dataset provided by
    Volza
    Authors
    Volza FZ LLC
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Count of exporters, Sum of export value, 2014-01-01/2021-09-30, Count of export shipments
    Description

    327 Global export shipment records of Patch with prices, volume & current Buyer's suppliers relationships based on actual Global export trade database.

  14. H

    Replication data for: An annotated dataset of tongue images

    • dataverse.harvard.edu
    csv, doc, docx, jpeg +2
    Updated Jul 1, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Harvard Dataverse (2020). Replication data for: An annotated dataset of tongue images [Dataset]. http://doi.org/10.7910/DVN/COJZMQ
    Explore at:
    jpeg(639055), jpeg(591030), jpeg(634297), jpeg(652846), jpeg(552933), jpeg(665712), jpeg(624016), jpeg(616052), jpeg(635240), jpeg(601006), jpeg(564071), jpeg(575068), jpeg(601305), jpeg(662162), jpeg(668341), jpeg(617503), jpeg(614029), jpeg(619029), jpeg(630100), jpeg(680911), jpeg(576989), jpeg(614099), jpeg(636706), jpeg(629626), jpeg(661387), jpeg(567012), jpeg(620670), jpeg(600343), jpeg(610470), jpeg(605955), jpeg(674784), jpeg(645901), jpeg(573152), jpeg(618340), docx(16149), jpeg(643849), jpeg(634958), docx(5020185), doc(83456), jpeg(544241), jpeg(574473), pdf(200955), jpeg(581268), jpeg(585106), jpeg(608533), jpeg(664177), jpeg(609669), jpeg(586002), jpeg(599886), jpeg(642447), jpeg(621884), jpeg(650705), jpeg(589582), jpeg(638194), jpeg(642250), jpeg(639241), jpeg(620380), jpeg(598084), jpeg(574651), jpeg(614788), jpeg(612834), jpeg(709523), csv(50144), jpeg(674089), jpeg(591255), jpeg(597453), jpeg(558787), jpeg(626790), jpeg(608831), jpeg(563443), jpeg(609362), jpeg(645956), jpeg(640109), jpeg(633133), xlsx(13316), jpeg(622195), jpeg(628665), jpeg(619294), jpeg(574658), jpeg(624303), jpeg(626996), jpeg(614800), jpeg(644828), jpeg(633879), jpeg(664509), jpeg(623648), jpeg(611898), jpeg(599831), jpeg(613568), jpeg(596126), jpeg(618184), jpeg(625157), jpeg(637815), jpeg(626328), jpeg(664112), jpeg(627935), jpeg(612493), jpeg(613551), pdf(2783754), jpeg(586642), jpeg(592249), jpeg(600028)Available download formats
    Dataset updated
    Jul 1, 2020
    Dataset provided by
    Harvard Dataverse
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    To develop a non-invasive assessment tool using machine learning in supporting a timely, accurate diagnosis in the elderly, we created an annotated dataset of 668 (so far 95) tongue images collected from hospitalized geriatric patients in a tertiary hospital in Shanghai, China. Images were captured via a light-field camera using CIELAB color space (to simulate human visual perception) and then were manually labeled by a panel of subject matter experts after chart reviewing patients’ clinical information documented in the hospital’s information system.

  15. d

    Cane Patch, FL (CANF1)

    • catalog.data.gov
    • data.ioos.us
    Updated Jan 27, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Everglades National Park (Point of Contact) (2025). Cane Patch, FL (CANF1) [Dataset]. https://catalog.data.gov/dataset/cane-patch-fl-canf13
    Explore at:
    Dataset updated
    Jan 27, 2025
    Dataset provided by
    Everglades National Park (Point of Contact)
    Area covered
    Florida
    Description

    Timeseries data from 'Cane Patch, FL (CANF1)' (gov-nps-ever-canf1)

  16. d

    Cane Patch, FL

    • catalog.data.gov
    • data.ioos.us
    • +2more
    Updated Oct 6, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Gulf of Mexico Coastal and Ocean Observing System (Point of Contact) (2023). Cane Patch, FL [Dataset]. https://catalog.data.gov/dataset/cane-patch-fl3
    Explore at:
    Dataset updated
    Oct 6, 2023
    Dataset provided by
    Gulf of Mexico Coastal and Ocean Observing System (Point of Contact)
    Area covered
    Florida
    Description

    GCOOS 52North Sensor Observation Service This station provides the following variables: Sea water practical salinity, Sea water temperature

  17. o

    Patch Road Cross Street Data in Martinsville, OH

    • ownerly.com
    Updated Jan 14, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2022). Patch Road Cross Street Data in Martinsville, OH [Dataset]. https://www.ownerly.com/oh/martinsville/patch-rd-home-details
    Explore at:
    Dataset updated
    Jan 14, 2022
    Dataset authored and provided by
    Ownerly
    Area covered
    Ohio, Martinsville, Patch Road
    Description

    This dataset provides information about the number of properties, residents, and average property values for Patch Road cross streets in Martinsville, OH.

  18. Patch of shade inc USA Import & Buyer Data

    • seair.co.in
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim, Patch of shade inc USA Import & Buyer Data [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset provided by
    Seair Exim Solutions
    Authors
    Seair Exim
    Area covered
    United States
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

  19. o

    Patch Court Cross Street Data in Marina, CA

    • ownerly.com
    Updated May 12, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2025). Patch Court Cross Street Data in Marina, CA [Dataset]. https://www.ownerly.com/ca/marina/patch-ct-home-details
    Explore at:
    Dataset updated
    May 12, 2025
    Dataset authored and provided by
    Ownerly
    Area covered
    Marina, California, Patch Court
    Description

    This dataset provides information about the number of properties, residents, and average property values for Patch Court cross streets in Marina, CA.

  20. o

    Cane Patch Cross Street Data in Webster, NY

    • ownerly.com
    Updated Dec 10, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2021). Cane Patch Cross Street Data in Webster, NY [Dataset]. https://www.ownerly.com/ny/webster/cane-patch-home-details
    Explore at:
    Dataset updated
    Dec 10, 2021
    Dataset authored and provided by
    Ownerly
    Area covered
    New York, Cane Patch, Webster
    Description

    This dataset provides information about the number of properties, residents, and average property values for Cane Patch cross streets in Webster, NY.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Universitas Islam Indonesia (2023). Split Data Patch Dataset [Dataset]. https://universe.roboflow.com/universitas-islam-indonesia-fgk9e/split-data-patch

Split Data Patch Dataset

split-data-patch

split-data-patch-dataset

Explore at:
zipAvailable download formats
Dataset updated
Oct 25, 2023
Dataset authored and provided by
Universitas Islam Indonesia
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Variables measured
Patch Bounding Boxes
Description

Split Data Patch

## Overview

Split Data Patch is a dataset for object detection tasks - it contains Patch annotations for 636 images.

## Getting Started

You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.

  ## License

  This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
Search
Clear search
Close search
Google apps
Main menu