Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only one result file #1

Open
html4396 opened this issue Aug 25, 2021 · 8 comments
Open

Only one result file #1

html4396 opened this issue Aug 25, 2021 · 8 comments

Comments

@html4396
Copy link

Hello, I want to get the two-stream result, you said in readme that i need to modify the result of rgb to rgb_result and the result of flow to flow_result, but I only get a result file.

@buxiangzhiren
Copy link
Owner

buxiangzhiren commented Aug 25, 2021

Hi, you should change the "train_ft_path" and "test_ft_path" in the "./data/dataset_cfg.yaml" to the other stream features. Then you can get the second result. In addition, you should retrain and test the model again.

@html4396
Copy link
Author

which checkpoint should I use during the two-stream test

@buxiangzhiren
Copy link
Owner

If you use the RGB features to train model and get checkpoints, you will obtain the RGB result in testing with these checkpoints. If you use the Flow features to train model and get checkpoints, you will obtain the Flow result in testing with these checkpoints. You can get two results. Then you should put them in the "results" folder.

@html4396
Copy link
Author

Thank you very much

@buxiangzhiren
Copy link
Owner

You're welcome, I hope these are useful to you.

@html4396
Copy link
Author

I use 4 GPUs to run this model, but its occupancy rate is very low(only 7%~17% per GPU). Can i modify its batchsize, if it is changed, will it affect its performance?

@buxiangzhiren
Copy link
Owner

I have not tried to change the batchsize because I need to keep the same setting as PGCN, so I do not know the performance.

@html4396
Copy link
Author

Thanks very much for answering my questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants