Skip to content

Instantly share code, notes, and snippets.

View akibkamani's full-sized avatar
🎯
Focusing

Akib Kamani akibkamani

🎯
Focusing
View GitHub Profile
<annotation>
<folder>dataset</folder>
<filename>image.jpg</filename>
<path>path_to_image.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>480</width>
<height>640</height>
#Check the swapfile
sudo swapon --show
#Disable the swap
sudo swapoff /swapfile
#Remove the swap
sudo rm /swapfile
#Create a swap partition of your desired size (1024 is 1 Gigabyte (GB))