├── LICENSE.md ├── README.md ├── images ├── test_image_1.jpg ├── test_image_1_output.jpg ├── test_image_2.jpg ├── test_image_2_output.jpg ├── test_image_3.jpg ├── test_image_3_output.jpg ├── test_image_4.jpg └── test_image_4_output.jpg ├── predict.py ├── profile_engine.sh └── utils.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/README.md -------------------------------------------------------------------------------- /images/test_image_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_1.jpg -------------------------------------------------------------------------------- /images/test_image_1_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_1_output.jpg -------------------------------------------------------------------------------- /images/test_image_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_2.jpg -------------------------------------------------------------------------------- /images/test_image_2_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_2_output.jpg -------------------------------------------------------------------------------- /images/test_image_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_3.jpg -------------------------------------------------------------------------------- /images/test_image_3_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_3_output.jpg -------------------------------------------------------------------------------- /images/test_image_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_4.jpg -------------------------------------------------------------------------------- /images/test_image_4_output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/images/test_image_4_output.jpg -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/predict.py -------------------------------------------------------------------------------- /profile_engine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/profile_engine.sh -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA-AI-IOT/sdg_pallet_model/HEAD/utils.py --------------------------------------------------------------------------------