CoDraw icon indicating copy to clipboard operation
CoDraw copied to clipboard

Cannot View the abstract scene corresponding to the scene

Open zmykevin opened this issue 5 years ago • 3 comments

After I follow the instruction to set up the repository and run the dataset visualizer, I encountered an issue that I cannot view the abstract scene image when I click on the message. screenshot_CoDrawVisualizer_Wrong

No matter which message I click, the webpage always remain the same and does not demonstrate any scene image associated for that image. It seems to me that the transition from clicking the message toi the corresponding abstact scene is not properly setup. I notice that in my server log script, there is always a 404 message missing error that "title_f7f7f7.png is not found":

missing_file_error It might be the reason that I cannot properly see the abstract scene image for each message, but I don't know where does this title_f7f7f7.png come from. I hope I can get some help on how to resolve this issue. Thank you very much.

zmykevin avatar Jun 28 '19 19:06 zmykevin

Sorry about that. I thought we fixed this, but a simple workaround is to replace the file reference in the line below:

https://github.com/facebookresearch/CoDraw/blob/8a441d8244e6d94e8dd169c3e5b3a8d48a12838c/js/Abs.js#L157

to the correct name of the image (I think it's just title.png). The Pngs folder referenced here is inside the abstract scenes v1.1 distribution.

nikitakit avatar Jun 28 '19 21:06 nikitakit

I followed the above instructions and then run visualizer but it creates following issue Screenshot from 2019-08-01 16-55-14

hinaghafoor avatar Aug 01 '19 11:08 hinaghafoor

A remind for other people encountering such issues. After you change the above code, Don't forget to clean your browser caches.

Victarry avatar Feb 03 '20 15:02 Victarry