Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.01 KB

File metadata and controls

42 lines (25 loc) · 1.01 KB

Object localization

Object localization problem solved using Pre-Activation Resnet architecture. Images are 64x64 in RGB mode. Label rectangles are self-made.

Demo

demo shap

Run Locally

Clone the project

  git clone https://github.com/MyNameIsArko/object-localization

Go to the project directory

  cd Object-localization

Install dependencies

  pip install ray[air] numpy pytorch torchvision tensorboard pillow shap tqdm

Run the notebook!

Acknowledgements

License

MIT