-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove changes not related to slides
- Loading branch information
1 parent
7a29571
commit d14bd85
Showing
3 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,7 @@ | |
_site/ | ||
Gemfile.lock | ||
|
||
## Kvasir-SEG dataset | ||
kvasir-seg.zip | ||
Kvasir-SEG | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,12 @@ | |
## 11:00 -12:00 > Intro and preparations to hack | ||
> Hacking: Intro the full AI pipeline and Setting GitHub repository: clone repo, GitHub workflow to code together and document as you hack | ||
1. Setup your [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) | ||
1. Generate your SSH keys as suggested [here](https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) (or [here](https://github.com/mxochicale/tools/blob/main/github/SSH.md)) | ||
1.1 Alternatively you can setup your [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) | ||
2. Clone repo | ||
``` | ||
git clone https://github.com/SciKit-Surgery/cmicHACKS2.git | ||
git clone https://github.com/SciKit-Surgery/cmicHACKS2.git ##using HTTPS | ||
git clone [email protected]:SciKit-Surgery/cmicHACKS2.git ##using password-protected SSH key | ||
``` | ||
3. Workflow for issue management | ||
```mermaid | ||
|
@@ -55,19 +57,12 @@ IEEE Access. 2021 Mar 4;9:40496-40510. doi: 10.1109/ACCESS.2021.3063716. PMID: 3 | |
[google-citations](https://scholar.google.com/scholar?cites=11882550127852592683&as_sdt=2005&sciodt=0,5&hl=en) | ||
|
||
|
||
Lee, Ji Young, Jinhoon Jeong, Eun Mi Song, Chunae Ha, Hyo Jeong Lee, Ja Eun Koo, Dong-Hoon Yang, Namkug Kim, and Jeong-Sik Byeon. | ||
"Real-time detection of colon polyps during colonoscopy using deep learning: systematic validation with four independent datasets." | ||
Scientific reports 10, no. 1 (2020): 8379. | ||
[google-citations](https://scholar.google.com/scholar?cites=6958241942401260456&as_sdt=2005&sciodt=0,5&hl=en) | ||
"Confidently Navigating Software as a Medical Device (SaMD) Product Development" | ||
June 15, 2023, Josh Cates, Tim Thirion and Andinet Enquobahrie | ||
https://www.kitware.com/confidently-navigating-software-as-a-medical-device-samd-product-development/ | ||
|
||
Nogueira-Rodríguez, Alba, Rubén Domínguez-Carbajales, Fernando Campos-Tato, Jesus Herrero, Manuel Puga, David Remedios, Laura Rivas et al. | ||
"Real-time polyp detection model using convolutional neural networks." | ||
Neural Computing and Applications 34, no. 13 (2022): 10375-10396. | ||
[google-citations](https://scholar.google.com/scholar?cites=10921968363398150924&as_sdt=2005&sciodt=0,5&hl=en) | ||
|
||
|
||
|
||
Label tools: | ||
Labelling tools: | ||
* https://www.robots.ox.ac.uk/~vgg/software/via/ | ||
* https://labelstud.io/ | ||
* https://github.com/wkentaro/labelme | ||
|