-
Notifications
You must be signed in to change notification settings - Fork 181
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
question in data_loader.py #41
Comments
why multiply by 4? hope to answer my doubts,thanks! |
i can't open the link of [Shanghai Tech A] and [Shanghai Tech B],here is my email:1203999822@qq.com,would u please send me the pre-trained model files .Thanks anyway. |
朋友FileNotFoundError: File b'./part_B_final/test_data/ground_truth/IMG_1.csv' does not exist |
This is a trick. Adapt size to multiple of 4 |
Did anyone has problem about 'AttributeError: 'DataFrame' object has no attribute 'as_matrix''? |
yes it has been obsoleted and you may use .values instead of as_matrix() |
what these two codes mean in line 34 and 35?
ht_1 = int((ht/4)*4)
wd_1 = int((wd/4)*4)
The text was updated successfully, but these errors were encountered: