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

IH Fix inference parameters #135

Merged
merged 1 commit into from
Nov 14, 2022
Merged

IH Fix inference parameters #135

merged 1 commit into from
Nov 14, 2022

Conversation

ilyes-hm
Copy link
Collaborator

Add the evaluation api, and fix the number of parameters in ALL mode

@ilyes-hm ilyes-hm changed the title fix inference parameters IH Fix inference parameters Nov 11, 2022
dataset = cryodata(imgs_path, output_path, flag=FLAG, mode = mode, transform=transform)
dataset_size = len(dataset)
transform1 = transforms.Compose([transforms.ToTensor(),
transforms.RandomRotation((-45, 45)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are augmenting the dataset for training, I am right? If so, 45 degrees for single particle images might cause severe interpolation errors since the images are too small compared to natural images. I would suggest keeping with 90 180 270 only.
Keep in mind for later if this method is to be extended to tomography that no rotation is allowed since it causes rotation of the missing wedge region.

@ilyes-hm ilyes-hm merged commit 326d7e7 into devel Nov 14, 2022
@MohamadHarastani MohamadHarastani deleted the IH_DeepHEMNMA branch March 4, 2023 21:40
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

Successfully merging this pull request may close these issues.

None yet

2 participants