cvg / glue-factory

Training library for local feature detection and matching
Apache License 2.0
755 stars 98 forks source link

About training only returns the start, not the process and the result #99

Open yiyihao2000 opened 3 months ago

yiyihao2000 commented 3 months ago

Running the gluestick training code, only returning to start the experiment, but there is no training process, and there is no result, is it a training failure? Or am I not finding the right way to observe the training process?The return values are as follows: (gluefac) PS C:\gluestick\glue-factory> python -m gluefactory.train gluestick_H --conf gluefactory/configs/superpoint+lsd+gluestick-homography.yaml --distributed
[07/28/2024 14:59:24 gluefactory INFO] Starting experiment gluestick_H

Miraitowa515 commented 3 months ago

@yiyihao2000 Me too, have you solved it yet