https://github.com/atelierarith/segrcdb.jl
Unofficial Julia implementation of SegRCDB.jl
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.1%) to scientific vocabulary
Keywords
Repository
Unofficial Julia implementation of SegRCDB.jl
Basic Info
- Host: GitHub
- Owner: AtelierArith
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://atelierarith.github.io/SegRCDB.jl/
- Size: 271 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SegRCDB

Description
- This is an unofficial Julia implementation of SegRCDB(SegRCDB: Semantic Segmentation via Formula-Driven Supervised Learning) that is proposed by Shinoda, Risa and Hayamizu, Ryo and Nakashima, Kodai and Inoue, Nakamasa and Yokota, Rio and Kataoka, Hirokatsu.
- The official implementation uses Python and it assumes that we are supposed to use high performance computer with more than 40 cores. See this line of code. It doesn't provide have a progress bar feature like tqdm, so it's impossible to predict when it will finish and how much storage we need. It seems they are reusing their source code in several projects that are well-known in FDSL/RCDB. Some lines are hard to interpret as the variable names remain unchanged, and from a software quality perspective, this cannot be overlooked.
- SegRCDB.jl is written in Julia, a high-performance programming language, so it is designed to address performance issues. The
generate_dataset.jlscript can run using multiple threads and includes a progress bar feature. On my 2019 Intel macOS laptop, it completes in under 5 minutes with 16-threads. Even with a single thread, it should finish within 15 minutes, so there's no need for concern. CurrentlyM1mode is only supported.
How to use
console
git clone https://github.com/AtelierArith/SegRCDB.jl.git
cd SegRCDB.jl
julia --project=@. -e 'using Pkg; Pkg.instantiate()'
julia --project=@. generate_params.jl
julia --project=@. --threads auto generate_dataset.jl
This Julia package SegRCDB.jl behaves the same as the official implementation. Namely it will generate a directory named SegRCDB-dataset/param, SegRCDB-dataset/image and SegRCDB-dataset/mask.
⚠️ Note that it consumes 12G of storage.
Results
SegRCDB (generated by the Python-based original implementation.)
SegRCDB.jl (this repository)
Appendix
dockerand docker compose commands allow us to setup an environment and generating dataset easily:
console
git clone https://github.com/AtelierArith/SegRCDB.jl.git
cd SegRCDB.jl
make && make test && make dataset
Owner
- Name: AtelierArith
- Login: AtelierArith
- Kind: organization
- Email: contact@atelier-arith.jp
- Location: Japan
- Twitter: AtelierArith
- Repositories: 8
- Profile: https://github.com/AtelierArith
Enhance "Math meets Art"
GitHub Events
Total
- Delete event: 3
- Push event: 14
- Pull request event: 6
- Create event: 2
Last Year
- Delete event: 3
- Push event: 14
- Pull request event: 6
- Create event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Satoshi Terasaki | t****h@g****m | 18 |
| CompatHelper Julia | c****y@j****g | 12 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 24
- Average time to close issues: about 9 hours
- Average time to close pull requests: 3 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 16
- Bot issues: 0
- Bot pull requests: 20
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 38 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- terasakisatoshi (1)
Pull Request Authors
- github-actions[bot] (19)
- terasakisatoshi (6)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia 1.9.3 build
- segrcdbjl latest