zhihou7 / HOI-CL

Series of work (ECCV2020, CVPR2021, CVPR2021, ECCV2022) about Compositional Learning for Human-Object Interaction Exploration
https://sites.google.com/view/hoi-cl
MIT License
78 stars 11 forks source link

Result of training ATL? #14

Open anjugopinath opened 3 years ago

anjugopinath commented 3 years ago

What is the expected result of training ATL on a new dataset (5000 images)?

The training finished without errors and with this message: models.train_Solver_HICO_MultiBatch - INFO - iter: 30000 / 30000, im_id: 59816, total loss: 0.056606, lr: 0.010000, speed: 1.719 s/iter done solving

Process finished with exit code 0

But, the "Results" folder (HOI-CL/Results) is empty. What is the expected output?

Thank You

zhihou7 commented 3 years ago

Sorry for getting you latter. I did not check the email in the last several days. After training, we should obtain the weights of the model. Then, we can use the weight to predict/inference the test images. Here, we use a unique object detector to detect objects firstly.