An open API service indexing awesome lists of open source software.

https://github.com/amirhosein2c/segfreeop

Code repository for the paper entitled "Segmentation-Free Outcome Prediction in Head and Neck Cancer: Deep Learning-based Feature Extraction from Multi-Angle Maximum Intensity Projections (MA-MIPs) of PET Images" published in "Cancers" journal.
https://github.com/amirhosein2c/segfreeop

deep-learning head-and-neck-cancer machine-learning outcome-prediction pet-ct python survival-analysis transfer-learning

Last synced: about 2 months ago
JSON representation

Code repository for the paper entitled "Segmentation-Free Outcome Prediction in Head and Neck Cancer: Deep Learning-based Feature Extraction from Multi-Angle Maximum Intensity Projections (MA-MIPs) of PET Images" published in "Cancers" journal.

Awesome Lists containing this project

README

        

# Segmentation-Free Outcome Prediction
Official github repository for the paper "Segmentation-Free Outcome Prediction in Head and Neck Cancer: Deep Learning-based Feature Extraction from Multi-Angle Maximum Intensity Projections (MA-MIPs) of PET Images".

Here is the link to the pre-print Arxiv version: https://arxiv.org/abs/2405.01756

## Installation
The code is tested on Windows WSL2 Ubuntu 20.04 and Azure VM Ubuntu 16.04, python 3.8, 3.9, and 3.10

To start, please make a conda environment using the environment.yml file provided:
```bash
conda env create -f environment.yml
```

## Acknowledgement

The code is heavily borrowed from [this](https://github.com/cyxie601/ESCC_ML) repository.