Ensure that Python is installed on your system. This project has been tested with Python 3.9+.
|-- additionals (contains all the additional experiments that we conducted)
|-- weakly_supervised_segmentation_baseline (the baseline model we conducted all our experiments on)
|-- weakly_supervised_segmentation_improved_model (improved model from our experiments)
|-- run_all_code.py (script to automate running the experiments)
|-- instruction.pdf (PDF version of the instructions)
python3 run_all_code.pyThis will automate the process of installing the libraries required to run the experiment, as well as running our baseline and improved models.