-
Notifications
You must be signed in to change notification settings - Fork 38
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
Use of cache files #94
Comments
Just follow the readme, rename the file, and put them in the default path. The code will use it if successfully locates the file. You can also change the file path through config. |
Thank you for your reply! After loading the cache file as required, I found two new logs in train.log as follows:
But I didn't find the relevant code to load the cache file. How can I check whether the cache file is loaded effectively? |
You may just compare the speed between with and without cache file. The difference should be very significant. Otherwise, you can search the line for logging, i.e., “using cache data from” . It is located in mmdet3d. |
This issue is stale because it has been open for 7 days with no activity. If you do not have any follow-ups, the issue will be closed soon. |
Hello, after I prepare the cache files in h5 format, how should I call these cache files during training?
The text was updated successfully, but these errors were encountered: