Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primer 2 #70

Merged
merged 15 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
*.smpl
*.h5
*.pcf
*.onnx
*.tflite
*.hdf
examples/**/*.json
*/__pycache__
_scripts/
debug/
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Note that changes are slower to appear on PyPI, so for the latest features, run:
pip install git+https://github.com/sandialabs/pyriid.git@main
```

If you encounter Pylance issues, try:

```sh
pip install -e ".[dev]" --config-settings editable_mode=compat
```

### For Development

If you are developing PyRIID, clone this repository and run:
Expand Down
8 changes: 4 additions & 4 deletions examples/courses/Primer 1/Primer1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![pyriid](./images/pyriid_logo.png)\n",
"![pyriid](https://user-images.githubusercontent.com/1079118/124811147-623bd280-df1f-11eb-9f3a-a4a5e6ec5f94.png)\n",
"\n",
"PyRIID (pronounced: PIE-rid) stands for Python-based Radioisotope IDentification (RIID).\n",
"\n",
Expand Down Expand Up @@ -130,7 +130,7 @@
"\n",
"Here's the full process:\n",
"\n",
"![full-process](./images/full_process.png)"
"![full-process](https://github.com/user-attachments/assets/db237018-e93e-4ed3-bf7e-a272b03f6101)"
]
},
{
Expand Down Expand Up @@ -360,7 +360,7 @@
"\n",
"Now that we have data, we can start making models.\n",
"\n",
"![gross_bg_model](./images/gross%2Bbg.png)"
"![basic model](https://github.com/user-attachments/assets/62ebc0cb-47c3-408c-87ab-6ba88e2dba07)"
]
},
{
Expand Down Expand Up @@ -492,7 +492,7 @@
"To utilize for scenarios where the detector is moving, one could swap anomaly detection and identification, leading to a need for a new type of anomaly detection.\n",
"This approach also necessitates, at minimum, an expansion of the training regimen to cover various background environments.\n",
"\n",
"![edge-detection](./images/edge_detection.png)"
"![edge-detection](https://github.com/user-attachments/assets/27e3d524-d80a-4558-a061-f741318ab2c3)"
]
},
{
Expand Down
Loading
Loading