python TASK.py [address to the image to be resized] [json file] [width of the desired resolution] [height of the desired resolution]
python TASK.py test.jpg test.json 1920 1080
The program will output three files,
- The resized image
- The modified json file
- The resized image with annotations
NOTE : The output files will be located in the same directory as the script.