Skip to content

ZZSSCCC/cell-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cell-classification

Training: CUDA_VISIBLE_DEVICES=5 python train.py --name resnet34 --batch_size 100

Modify the code line 43 in model.py to running other metric learning losses. We have implemented them in the end of the file model.py

Rewrite the dataset.py for your own data. The dataset we used is private.

In order to use the dataset.py we provided, it is necessary to preprare you train.txt val.txt and test.txt as follows: ./img_path0 label0

./img_path1 label1

./img_path2 label2

./img_path3 label3

./img_path4 label4

......

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages