Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ybendou authored Oct 27, 2022
1 parent 38b51bf commit c300a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# banana-penguin
Repo for few-shot learning evaluation.
Official repository for: DISAMBIGUATION OF ONE-SHOT VISUAL CLASSIFICATION TASKS: A SIMPLEX-BASED APPROACH

Run the command to add to path :
```
export PYTHONPATH=<path>/banana-penguin:$PYTHONPATH
export PYTHONPATH=<path>/few-shot-simplex:$PYTHONPATH
```

- Run our method:
Expand All @@ -28,4 +28,4 @@ Run the command to add to path :
python run_centroid_extraction.py --features-path \
"['<path>/miniAS0backbone11.pt', '<path>/miniAS1backbone11.pt', '<path>/miniAS2backbone11.pt', '<path>/miniAS3backbone11.pt']" \
--centroids-file '<path>/miniImagenetAS1000_0123_noPrep_Simplex0.05.pickle' --extraction 'simplex' --lamda-reg 0.05 --thresh-elbow 1.5;
```
```

0 comments on commit c300a7d

Please sign in to comment.