Git Product home page Git Product logo

diverse-beam-search's Issues

error

/usr/local/bin/python2.7 "/Users/tajalagawani/Downloads/diverse-beam-search-master 4/manage.py" runserver 8000
Performing system checks...

System check identified no issues (0 silenced).
2019-09-28 19:21:01,961 - INFO - worker - Listening on channels http.request, websocket.connect, websocket.receive
September 28, 2019 - 19:21:01
Django version 1.10.1, using settings 'div_rnn.settings'
Starting Channels development server at http://127.0.0.1:8000/
Channel layer default (asgi_redis.core.RedisChannelLayer)
Quit the server with CONTROL-C.
2019-09-28 19:21:01,962 - INFO - worker - Listening on channels http.request, websocket.connect, websocket.receive
2019-09-28 19:21:01,966 - INFO - worker - Listening on channels http.request, websocket.connect, websocket.receive
2019-09-28 19:21:01,968 - INFO - worker - Listening on channels http.request, websocket.connect, websocket.receive
[2019/09/28 19:21:04] HTTP GET / 200 [0.05, 127.0.0.1:64632]
[2019/09/28 19:21:07] HTTP GET /captioning 200 [0.01, 127.0.0.1:64632]
Not Found: /media/grad_cam/demo_vqa/COCO_val2014_000000003501.jpg
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/COCO_val2014_000000003501.jpg 404 [0.01, 127.0.0.1:64632]
Not Found: /media/grad_cam/demo_vqa/firehydrant.jpg
Not Found: /media/grad_cam/demo_vqa/COCO_val2014_000000237618.jpg
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/COCO_val2014_000000237618.jpg 404 [0.03, 127.0.0.1:64633]
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/firehydrant.jpg 404 [0.04, 127.0.0.1:64632]
Not Found: /media/grad_cam/demo_vqa/COCO_val2014_000000184402.jpg
Not Found: /media/grad_cam/demo_vqa/COCO_val2014_000000393056.jpg
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/COCO_val2014_000000393056.jpg 404 [0.05, 127.0.0.1:64633]
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/COCO_val2014_000000184402.jpg 404 [0.05, 127.0.0.1:64632]
Not Found: /media/grad_cam/demo_vqa/COCO_val2014_000000240731.jpg
[2019/09/28 19:21:07] HTTP GET /media/grad_cam/demo_vqa/COCO_val2014_000000240731.jpg 404 [0.05, 127.0.0.1:64632]
User connnected via Socket
[2019/09/28 19:21:07] WebSocket CONNECT /chat/captioning [127.0.0.1:64651]
Message recieved from client side and the content is fa809ec9-45c9-4e5e-ac0b-851b018655a4
/Users/tajalagawani/Downloads/diverse-beam-search-master 4/static/images/img3.jpg /Users/tajalagawani/Downloads/diverse-beam-search-master 4/media/images/22f78017-e225-11e9-b620-acde48001122
Traceback (most recent call last):
File "/Users/tajalagawani/Downloads/diverse-beam-search-master 4/demo/views.py", line 45, in captioning
shutil.copy(image_path, output_dir)
File "/usr/local/Cellar/python@2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 139, in copy
copyfile(src, dst)
File "/usr/local/Cellar/python@2/2.7.16_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/Users/tajalagawani/Downloads/diverse-beam-search-master 4/static/images/img3.jpg'
[2019/09/28 19:21:14] HTTP POST /captioning 200 [0.03, 127.0.0.1:64632]
[2019/09/28 19:21:25] HTTP POST /upload/ 200 [0.01, 127.0.0.1:64632]
[2019/09/28 19:21:25] HTTP GET /media/images/29c7f34f-e225-11e9-bbe8-acde48001122/download%20(1).jpeg 200 [0.02, 127.0.0.1:64632]
Traceback (most recent call last):
File "/Users/tajalagawani/Downloads/diverse-beam-search-master 4/demo/views.py", line 49, in captioning
response = dbs_captioning(prefix, image_folder, B, M, lamda, socketid)
File "/Users/tajalagawani/Downloads/diverse-beam-search-master 4/demo/sender.py", line 12, in dbs_captioning
host='localhost'))
File "/usr/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 339, in init
self._process_io_for_connection_setup()
File "/usr/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 374, in _process_io_for_connection_setup
self._open_error_result.is_ready)
File "/usr/local/lib/python2.7/site-packages/pika/adapters/blocking_connection.py", line 395, in _flush_output
raise exceptions.ConnectionClosed()
ConnectionClosed
[2019/09/28 19:21:30] HTTP POST /captioning 200 [0.03, 127.0.0.1:64632]
[2019/09/28 19:21:31] WebSocket CONNECT /chat/captioning [127.0.0.1:64703]
User connnected via Socket
Message recieved from client side and the content is 9328566d-9b2b-457c-aafc-ab605f746825
[2019/09/28 19:21:44] WebSocket DISCONNECT /chat/captioning [127.0.0.1:64703]

Grad-CAM?

Readme oddly talks about Grad-CAM. Typo?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.