-
Notifications
You must be signed in to change notification settings - Fork 5
Description
@Mr-TalhaIlyas
Hello! Thank you for opening up the source code for such an exciting work. I encountered some issues while replicating your TSFD work.
The evaluation matrix obtained through replication is as follows:
| Metric | Value |
|---|---|
| loss | 0.0427 |
| clf_out_loss | 0.012 |
| seg_out_loss | 0.1062 |
| inst_out_loss | -0.0975 |
| clf_out_accuracy | 0.5502 |
| seg_out_mean_iou | 0.261 |
| inst_out_mean_iou | 0.3711 |
When using the weight file model.h5 you provided, the results are as follows
| Metric | Value |
|---|---|
| loss | -0.0267 |
| clf_out_loss | 0.0015 |
| seg_out_loss | 0.0774 |
| inst_out_loss | -0.1086 |
| clf_out_accuracy | 0.9345 |
| seg_out_mean_iou | 0.3388 |
| inst_out_mean_iou | 0.4078 |
We have carefully checked every step of the code and configured it according to the suggestions in your paper. But the results are still disappointing as shown in the above table. We noticed that the loss did not fully converge. Currently, epoch is set to 150. May I ask if this result is caused by a too small epoch ? If so, how much should epoch be set appropriately? If not, do you have any suggestions?
I would be extremely grateful if you could provide some suggestions to help reproduce successfully. thank you!