Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
4
datasets available to search
ShareScore release 0.9.0
Dataset results
4 results for “Faster R-CNN”
Transfer learning for galaxy feature detection: Finding Giant Star-forming Clumps in low redshift galaxies using Faster R-CNN
<p>This repository contains the data released in the paper 'Transfer learning for galaxy feature detection: Finding Giant Star-forming Clumps in low redshift galaxies using Faster R-CNN' <em>(DOI: <a href="https://doi.org/10.1093/rasti/rzae013">10.1093/rasti/rzae013</a>).</em></p> <p>We release a detailed catalogue of Giant Star-forming Clumps (GSFCs), detected for the full set of Galaxy Zoo: Clump Scout galaxies observed by SDSS using the Faster R-CNN architecture with the Zoobot classification-CNN as a feature extraction backbone.</p> <p>The final models and code are made publicly available via Github: <a href="https://github.com/ou-astrophysics/Faster-R-CNN-for-Galaxy-Zoo-Clump-Scout">https://github.com/ou-astrophysics/Faster-R-CNN-for-Galaxy-Zoo-Clump-Scout</a>.</p> <p>We will release updates if needed via Zenodo versioning. We recommend using the latest version of this repository. You can check the version you are currently viewing on the right-hand sidebar.</p> <p>Please cite the paper (DOI: <a href="https://doi.org/10.1093/rasti/rzae013">10.1093/rasti/rzae013</a>) when using the data in this repository.</p> <p>The csv-file <em>FRCNN_Zoobot_SDSS_GZCS_detections.csv</em> has the following columns. Alternatively, the file <em>FRCNN_Zoobot_SDSS_GZCS_detections.gzip</em> contains the same data but stored as a parquet-file.</p> <table> <tbody><tr> <th>Column name</th> <th>Description</th> </tr> </tbody><tbody> <tr> <td>specobjid</td> <td>SDSS spec object ID</td> </tr> <tr> <td>dr7objid</td> <td>SDSS DR7 object ID</td> </tr> <tr> <td>clump_id</td> <td>Clump index</td> </tr> <tr> <td>clump_label_id</td> <td>Clump label ID (1 or 2)</td> </tr> <tr> <td>clump_label_name</td> <td>Clump label name</td> </tr> <tr> <td>clump_score</td> <td>Detection score for the clump</td> </tr> <tr> <td>clump_centre_ra</td> <td>Clump centroid RA in degrees</td> </tr> <tr> <td>clump_centre_dec</td> <td>Clump centroid dec in degrees</td> </tr> <tr> <td>clump_flux_u</td> <td>Clump u-band flux in Jy</td> </tr> <tr> <td>clump_flux_g</td> <td>Clump g-band flux in Jy</td> </tr> <tr> <td>clump_flux_r</td> <td>Clump r-band flux in Jy</td> </tr> <tr> <td>clump_flux_i</td> <td>Clump i-band flux in Jy</td> </tr> <tr> <td>clump_flux_z</td> <td>Clump z-band flux in Jy</td> </tr> <tr> <td>clump_flux_err_u</td> <td>Clump u-band flux error in Jy</td> </tr> <tr> <td>clump_flux_err_g</td> <td>Clump g-band flux error in Jy</td> </tr> <tr> <td>clump_flux_err_r</td> <td>Clump r-band flux error in Jy</td> </tr> <tr> <td>clump_flux_err_i</td> <td>Clump i-band flux error in Jy</td> </tr> <tr> <td>clump_flux_err_z</td> <td>Clump z-band flux error in Jy</td> </tr> <tr> <td>clump_mag_u</td> <td>Clump u-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_g</td> <td>Clump g-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_r</td> <td>Clump r-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_i</td> <td>Clump i-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_z</td> <td>Clump z-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_ext_mag_u</td> <td>Clump u-band extinction (E(B-V), AB-mag)</td> </tr> <tr> <td>clump_ext_mag_g</td> <td>Clump g-band extinction (E(B-V), AB-mag)</td> </tr> <tr> <td>clump_ext_mag_r</td> <td>Clump r-band extinction (E(B-V), AB-mag)</td> </tr> <tr> <td>clump_ext_mag_i</td> <td>Clump i-band extinction (E(B-V), AB-mag)</td> </tr> <tr> <td>clump_ext_mag_z</td> <td>Clump z-band extinction (E(B-V), AB-mag)</td> </tr> <tr> <td>clump_mag_corr_u</td> <td>Clump corrected u-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_corr_g</td> <td>Clump corrected g-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_corr_r</td> <td>Clump corrected r-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_corr_i</td> <td>Clump corrected i-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_corr_z</td> <td>Clump corrected z-band magnitude (AB-mag)</td> </tr> <tr> <td>clump_mag_corr_u_g</td> <td>Clump colour (u-g)</td> </tr> <tr> <td>clump_mag_corr_g_r</td> <td>Clump colour (g-r)</td> </tr> <tr> <td>clump_mag_corr_r_i</td> <td>Clump colour (r-i)</td> </tr> <tr> <td>clump_mag_corr_i_z</td> <td>Clump colour (i-z)</td> </tr> <tr> <td>clump_flux_ratio</td> <td>Est. clump/galaxy near-UV flux ratio (u-band)</td> </tr> <tr> <td>is_clump_3pct</td> <td>Flag (True/False) if clump/galaxy flux ratio is >3%</td> </tr> <tr> <td>is_clump_8pct</td> <td>Flag (True/False) if clump/galaxy flux ratio is >8%</td> </tr> <tr> <td>galaxy_ra</td> <td>Host galaxy RA in degrees</td> </tr> <tr> <td>galaxy_dec</td> <td>Host galaxy dec in degrees</td> </tr> <tr> <td>galaxy_z</td> <td>Host galaxy redshift</td> </tr> <tr> <td>galaxy_mag_u</td> <td>Host galaxy u-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_g</td> <td>Host galaxy g-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_r</td> <td>Host galaxy r-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_i</td> <td>Host galaxy i-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_z</td> <td>Host galaxy z-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_err_u</td> <td>Host galaxy u-band magnitude error (AB-mag)</td> </tr> <tr> <td>galaxy_mag_err_g</td> <td>Host galaxy g-band magnitude error (AB-mag)</td> </tr> <tr> <td>galaxy_mag_err_r</td> <td>Host galaxy r-band magnitude error (AB-mag)</td> </tr> <tr> <td>galaxy_mag_err_i</td> <td>Host galaxy i-band magnitude error (AB-mag)</td> </tr> <tr> <td>galaxy_mag_err_z</td> <td>Host galaxy z-band magnitude error (AB-mag)</td> </tr> <tr> <td>galaxy_flux_u</td> <td>Host galaxy u-band flux in Jy</td> </tr> <tr> <td>galaxy_flux_g</td> <td>Host galaxy g-band flux in Jy</td> </tr> <tr> <td>galaxy_flux_r</td> <td>Host galaxy r-band flux in Jy</td> </tr> <tr> <td>galaxy_flux_i</td> <td>Host galaxy i-band flux in Jy</td> </tr> <tr> <td>galaxy_flux_z</td> <td>Host galaxy z-band flux in Jy</td> </tr> <tr> <td>galaxy_expAB_r</td> <td>Host galaxy axis ratio from SDSS</td> </tr> <tr> <td>galaxy_expRad_r</td> <td>Host galaxy exponential fit scale radius from SDSS</td> </tr> <tr> <td>galaxy_lmass</td> <td>Host galaxy log mass in MSun</td> </tr> <tr> <td>galaxy_lssfr</td> <td>Host galaxy log specific SFR</td> </tr> <tr> <td>galaxy_mag_corr_u</td> <td>Host galaxy corrected u-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_corr_g</td> <td>Host galaxy corrected g-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_corr_r</td> <td>Host galaxy corrected r-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_corr_i</td> <td>Host galaxy corrected i-band magnitude (AB-mag)</td> </tr> <tr> <td>galaxy_mag_corr_z</td> <td>Host galaxy corrected z-band magnitude (AB-mag)</td> </tr> </tbody> </table> <p> </p>
Analysis of the performance of Faster R-CNN and YOLOv8 in detecting fishing vessels and fishs in real time
Open the record for dataset details and reuse information.
Tomato leaf disease recognition system using Faster R-CNN
Open the record for dataset details and reuse information.
Dangerous Items Detection Results (Faster R-CNN)
<p>Selected excerpts from an experiment in which the Faster R-CNN object detector was used.</p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.