-
Notifications
You must be signed in to change notification settings - Fork 4
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
Data Loader #1
Comments
Dear Andrealoddo, 1- Feature vector obtained from Mask R-CNN (feats in code) with a shape of 256x14x14 Please check the get_item code for details about normalization of feature vectors and bounding boxes. Best, |
Dear Raheleh, Thank you for the prompt response. Absolutely we will let you know how your method performs with our data! The indications you have provided are clear and we thank you for that. However, we are stuck on the following point: the readme says "To train the model, please run train.py, then to extract the features, you can use FeatureExtraction.py code and finally to evaluate the quantitatively of the extracted features by AE-CFE, please run RandomForest.py.". Many thanks again, |
Dear Andrea,
I hope this helps. Please don't hesitate if you have any further questions. |
Hi Raheleh, Thanks for uploading the feature code here, it will be of great help to us. Many thanks again |
Hi, |
Hi,
I used tensorflow 1 and it worked good, there are ways to get this working
on newer tensorflow versions, please consult
https://github.com/matterport/Mask_RCNN
Best Regards,
Raheleh
…On Mon, Jul 10, 2023 at 12:50 PM costantino2000 ***@***.***> wrote:
Hi,
Thanks for the requirements, what Python version should we use?
We tried Python 3.7 with a clean install of the requirements, but the mask
feature extraction script gives the error "module 'keras.engine' has no
attribute 'Layer'", which is one of the problems we were facing before.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ3TMIETDG74W4PJB6BUBQDXPPM55ANCNFSM6AAAAAAZBX2MPA>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Best Regards
Raheleh Salehi
|
Hi everyone, and thanks for sharing your outstanding contribution!
I would like to know how the datasets are supposed to be organized.
We are getting some troubles with the init function of the DataLoader because we need help understanding how the images should be managed. Can you help us with this? I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: