lemme cook alright?

This commit is contained in:
Zhengyi Chen 2024-02-25 21:03:32 +00:00
parent b6d2460060
commit 62df7464e4
9 changed files with 504 additions and 3 deletions

6
transform_img.py Normal file
View file

@ -0,0 +1,6 @@
# If we cannot get revpersnet running,
# we still ought to do some sort of information-preserving perspective transformation
# e.g., randomized transformation
# and let transcrowd to crunch through these transformed image instead.
# After training, we obtain the attention map and put it in our paper.
# I just want to get things done...