-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object detection #22
Comments
Please take a look at this issue #13. It might help |
@mtobeiyf I was able to go through the legacy version and create the object detection version. But I would really like an object detection version for the main (newer) page. Can you help walk me through any needed modifications? I don't know where to start as I have already tried creating an object detection version without anything working. |
@IdeaKing In the Modify the All you have to do is to modify the Provide it with the returned base64 image in the function displayResult(data) {
hide(loader);
displayImage(data.result, "image-display");
imageDisplay.classList.remove("loading");
} |
@IdeaKing oh, just remove the function displayResult(data) {
hide(loader);
displayImage(data.result, "image-display");
imageDisplay.classList.remove("loading");
} I've corrected the above answer. |
@mtobeiyf Great! Thank you for all of the help. |
oh, i understood problem and solved, it worked very well, many tks :))
Vào Th 3, 15 thg 9, 2020 vào lúc 06:39 Thomas Chia <
[email protected]> đã viết:
… @counghip0908 This is due to browser cache. Turn on dev tools in your
browser (for Chrome the shortcut is F12) and remove all cache for your
website and then reload. All of @mtobeiyf steps work very well.
On Mon, Sep 14, 2020 at 12:05 AM cuonghip0908 ***@***.***>
wrote:
> @mtobeiyf <https://github.com/mtobeiyf> by this way, we don't need to
> edit file index.html, right? i replaced result by annotated_img in the
> predict function (app.py) and edit displayResult function in main.js by
> your tutorials but it doesn't work? can you help me?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#22 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AP2RVZVBGOA7NNXMP25TY4LSFWI7RANCNFSM4OGGSCNA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMXE2E3UGDNRVPLL6VFBIU3SF2SRLANCNFSM4OGGSCNA>
.
|
Hello ,
Can you please make a tutorial of object detection problem ??
The text was updated successfully, but these errors were encountered: