sassoftware / python-dlpy

The SAS Deep Learning Python (DLPy) package provides the high-level Python APIs to deep learning methods in SAS Visual Data Mining and Machine Learning. It allows users to build deep learning models using friendly Keras-like APIs.
Apache License 2.0
224 stars 131 forks source link

Darknet_Reference_Weights.sashdat not present in Obj_Det_Soccer_Weights.zip #387

Closed skipsmith closed 1 year ago

skipsmith commented 1 year ago

The example object detection notebook SimpleObjectDetection.ipynb refers to a zip file named Obj_Det_Soccer_Weights.zip in order to get the file Darknet_Reference_Weights.sashdat. However, the zip file does not contain this file. It only contains VGG16_YOLO_Attr_Full_Labels.sashdat and VGG16_YOLO_Weight_Attr_Label.sashdat.

dxq77dxq commented 1 year ago

We'll update the zip file and let you know.

dxq77dxq commented 1 year ago

The zip file is updated.

skipsmith commented 1 year ago

Thank you! I see the zip file has the Darknet_Reference.sashdat now!

However, the zip file is now missing the two files I mentioned in the original post (VGG16_YOLO_Attr_Full_Labels.sashdat and VGG16_YOLO_Weight_Attr_Label.sashdat). Your FasterRCNN_Soccer.ipynb example will need those files.

dxq77dxq commented 1 year ago

Sure, let me add them back.

dxq77dxq commented 1 year ago

The page is updated again.

skipsmith commented 1 year ago

Thanks! The file looks good now.