Skip to content

Conversation

@rojberr
Copy link
Collaborator

@rojberr rojberr commented Dec 10, 2025

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 17, 2025

dataset:
  folder: "src/data"
  species_folders:
    Abies_alba: "data/imagery-Abies_alba.zip"
    Abies_nordmanniana: "data/imagery-Abies_nordmanniana.zip"
    Castanea_sativa: "data/imagery-Castanea_sativa.zip"
    Fagus_sylvatica: "data/imagery-Fagus_sylvatica.zip"
    Larix_decidua: "data/imagery-Larix_decidua.zip"
    Picea_abies: "data/imagery-Picea_abies.zip"
    Pinus_halepensis: "data/imagery-Pinus_halepensis.zip"
    Pinus_nigra: "data/imagery-Pinus_nigra.zip"
    Pinus_nigra_laricio: "data/imagery-Pinus_nigra_laricio.zip"
    Pinus_pinaster: "data/imagery-Pinus_pinaster.zip"
    Pinus_sylvestris: "data/imagery-Pinus_sylvestris.zip"
    Pseudotsuga_menziesii: "data/imagery-Pseudotsuga_menziesii.zip"
    Quercus_ilex: "data/imagery-Quercus_ilex.zip"
    Quercus_petraea: "data/imagery-Quercus_petraea.zip"
    Quercus_pubescens: "data/imagery-Quercus_pubescens.zip"
    Quercus_robur: "data/imagery-Quercus_robur.zip"
    Quercus_rubra: "data/imagery-Quercus_rubra.zip"
    Robinia_pseudoacacia: "data/imagery-Robinia_pseudoacacia.zip"
  main_subfolders:
    aerial_imagery: "imagery/"
    lidar: "lidar/"

model:
  name: "fine_grained" # currently supporting resnet18, vit and inception_v3

training:
  batch_size: 1
  learning_rate: 0.0001
  max_epochs: 100
  freeze: true
  weight_decay: 0.0001

  step_size: 4
  gamma: 0.1

  oversample:
    oversample_factor: 4
    oversample_threshold: 1000

  # undersample:
  #   target_size: 530

  # curriculum_learning:
  #   initial_ratio: 2
  #   step_size: 1
  #   class_order: [10, 11, 5, 7, 9, 1, 12, 0, 2, 3, 6, 4, 8] # Based on decreasing IoU

  # class_weights: [2.028603482052949,
  #                 1.9149570077824503,
  #                 2.3698711832307096,
  #                 2.7918140711618267,
  #                 8.404431999123624,
  #                 1.4891439907690158,
  #                 2.8278190246173205,
  #                 1.559603179364982,
  #                 8.968666793195208,
  #                 1.750924051756126,
  #                 1.4114322619818822,
  #                 1.4826886210799306,
  #                 2.025711256102825] # Weights calculated using log2((1/IoU)+1)
  
  dataloader:
    auto: true
    num_workers: 0
    pin_memory: false
    presistent_workers: false

  early_stopping:
    apply: true
    monitor: "val_loss"
    patience: 3
    mode: "min"

inference:
  mask_size: 224
  export_onnx: true
  wandb_artifact: "ghost-irim/ghost-irim/model-kx2co2o3:v0"
  wandb_project: "ghost-irim"

device: "cuda"

@rojberr rojberr force-pushed the inference-fix-results branch from 8afed2f to 3f659e7 Compare January 7, 2026 18:40
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/onnx >= 1.20.0 🟢 6.9
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟢 10update tool detected
Code-Review🟢 10all changesets reviewed
Security-Policy🟢 10security policy file detected
Dangerous-Workflow⚠️ 0dangerous workflow patterns detected
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
CII-Best-Practices🟢 5badge detected: Passing
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
SAST🟢 10SAST tool is run on all commits
Signed-Releases⚠️ -1no releases found
Vulnerabilities⚠️ 074 existing vulnerabilities detected
Packaging🟢 10packaging workflow detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 31 contributing companies or organizations

Scanned Files

  • pyproject.toml

- Add onnx>=1.20.0 to project dependencies
- Update uv.lock with onnx and ml-dtypes packages
- Update filelock from 3.19.1 to 3.20.1
@rojberr rojberr force-pushed the inference-fix-results branch 2 times, most recently from 6a6cd52 to 962b216 Compare January 7, 2026 19:28
- Remove trailing whitespace
- Fix inconsistent indentation
- Adjust line spacing
- Format quotes to double quotes
- Add missing blank line at end of file
@rojberr rojberr force-pushed the inference-fix-results branch from 962b216 to 3107256 Compare January 7, 2026 20:16
@rojberr rojberr deployed to Repository January 7, 2026 20:21 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants