-
Notifications
You must be signed in to change notification settings - Fork 13
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
could you give the code for extract ae and maml featrue, we want to extract feature on own dataset #9
Comments
Hi! |
do not you subtract mean and divide std. I cannot preduce your result |
simply you open the image with the PIL library, resize and convert to the torch tensor, then divide them directly by 255. |
|
if i do not use lambda x: x/255..it may be more closer |
I double checked and noticed there is a bit of a mistake here. Very sorry for this.
Step 2, using the bellow "transform" on the images processed in step 1.
Step 2, using the bellow "transform" on the images processed in step 1.
For RAD dataset, we use dataset from https://github.com/aioz-ai/MICCAI19-MedVQA |
great,thank you very much for you patience. I want to implemet vqa, if I can skip MMQ Progress and finetune VQA Progress based on model train on RAD dataset |
No description provided.
The text was updated successfully, but these errors were encountered: