Update cnnrnn.py
Browse files
cnnrnn.py
CHANGED
@@ -120,7 +120,9 @@ def get_result(img):
|
|
120 |
print('------------------------------------------------------------------------------------------------------')
|
121 |
return pre_Report
|
122 |
|
123 |
-
# get_result("/content/drive/MyDrive/cnn-rnn/NLMCXR_png/CXR192_IM-0598-1001")
|
124 |
-
|
125 |
|
|
|
|
|
126 |
|
|
|
|
|
|
120 |
print('------------------------------------------------------------------------------------------------------')
|
121 |
return pre_Report
|
122 |
|
|
|
|
|
123 |
|
124 |
+
# with open('/content/Image_features_ecoder_decoder.pickle', 'rb') as f:
|
125 |
+
# Xnet_features = pickle.load(f)
|
126 |
|
127 |
+
# image = Xnet_features["/content/drive/MyDrive/cnn-rnn/NLMCXR_png/CXR545_IM-2149_0"]
|
128 |
+
# get_result(image)
|