Kaiseem / PointNu-Net

PointNu-Net Project
MIT License
16 stars 1 forks source link

Following your tips, I'm getting the following error on my evaluation #10

Closed windygoo closed 9 months ago

windygoo commented 9 months ago

Traceback (most recent call last): File "/mnt/Xsky/szy/CellSAM/PointNu-Net/inference.py", line 6, in from solo_trainer import solo_Trainer ModuleNotFoundError: No module named 'solo_trainer'

Has the solo_trainer.py file been deleted?

windygoo commented 9 months ago

change solo_trainer to trainer and trainer.model.load_state_dict(state_dict['seg']) to trainer.model.module.load_state_dict(state_dict['seg'])

DongFangShenQiG commented 9 months ago

How to get the Fd value of ConSep ?

windygoo commented 9 months ago

How to get the Fd value of ConSep ?

Hover-Net有计算细胞检测指标的代码