Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FupingWu90 authored Dec 22, 2021
1 parent 997fd0e commit 0c651f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Torch 1.1.0

numpy 1.15.0

## Dataset
The preprocessed dataset is available in 'https://github.com/FupingWu90/CT_MR_2D_Dataset_DA' : [CT-MR-Dataset](https://github.com/FupingWu90/CT_MR_2D_Dataset_DA)

# Usage
The core code for CF distance computation is the class `Feature_Distribution_Distance_func' in python file `utils_for_transfer.py'. The mosy important parameter need to be tuned is `self.Tvalue', here we set it to be 1e2.
You can initialize it first, and then input any two corresponding features from two domains inot it to compute their distance of CF.
Expand Down

0 comments on commit 0c651f5

Please sign in to comment.