Accuracy is low

Hi,

I have made a collage in my notebook but my accuracy is not very good. Here is the drive link to my notebook file and the csv file:

https ://drive. google. com/file/ d/ 1KS7UZaAWCvZ1hPzv5aTnp_YeEsuC1dlj /view?usp=sharing

Remove the spaces

hey @A18ML0031 ,
can you please share the files with [email protected].
I am not able to access the above link.

Thank You and Happy Learning :slightly_smiling_face:.

Remove the spaces from the above link. I have also mailed the files to the given mail ID

https://drive.google.com/file/d/1KS7UZaAWCvZ1hPzv5aTnp_YeEsuC1dlj/view

http://drive.google.com/file/d/1KS7UZaAWCvZ1hPzv5aTnp_YeEsuC1dlj/view?usp=sharing

Please use the above links to access the drive file

hey @A18ML0031 ,
i am not able to access these files.
Did you provided the access to me , i.e to [email protected] ? if not then kindly do so.

I have mailed already. I also shared the links here which I am able to access

I am not able these files now too.
Even i can’t download them.

my mail id is [email protected]. I have shared the files you asked for

i am not getting about what is this happening.
I tried to read those files. Even i changed all my setting and tried again. But still i can’t access those files on my side.

Kindly check it again on your side once.
Thank You

I have shared the files again on your mail. Please check the same

I have received the required collage but my accuracy continues to be low

hey @A18ML0031 ,
i have got your documents.
Will reply in some time , had some urgent to be done now.
I am really sorry , will be replying to you before evening , just kindly wait for some time.
Sorry.

hey @A18ML0031 ,
the reason for low accuracy is that you are joining the images in wrong order.
The correct order is.

2 | 1
--|--
3 | 4

images in above shown order :
pikachu - quadrant 2
bulbasaur - quadrant 1
charmander - quarter 3
squirtle - quarter 4

center image is correct.
Try making these changes.

I have made the changes as mentioned by you. I have shifted the pokemons as per their quadrants. The accuracy has comparatively improved but it still remains low. It is currently at 72%. What changes do i need to make now?

Kindly once check , that position of the center image is correct and you have also made the borders of the correct dimensions.
If all goes well , then you will be able to score 100%.

Try them , if still you are stuck , then update those files , that you send and just mail with reply to previous emails.
I will check them once.

I have sent you reply on the mail thread. Please check the same

hey @A18ML0031 ,
I am not getting the exact reason behind yours low score ,
but to my consideration it may be due to the way you are making those borders and stacking different section into one another.
as a suggestion ,you can try below commands to position our images.
image = np.zeros((430,430,3),dtype="int")
image[10:210,10:210] = top_left
image[10:210,220:420] = top_right
image[220:420,10:210] = bottom_left
image[220:420,220:420] = bottom_right
image[155:275,155:275] = center

plt.imshow(image)

I hope this will help you :slightly_smiling_face:.

The middle image is of the shape (100, 100), right? Because it gives an error and the slicing operation also indicates the middle image to be pf the shape that I have mentioned (100, 100). I have done the resizing part. Also, I have followed the commands you mentioned to create the collage but still, my accuracy stays at the same level i.e 72% only. Please check if there is some backend error in the same?