Jyothirmai commited on
Commit
00cbdfd
1 Parent(s): 619e8cc

Update cnnrnn.py

Browse files
Files changed (1) hide show
  1. cnnrnn.py +4 -2
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)