Replies: 20 comments 11 replies
-
Can you please describe again what interface you would like to have in the end? I vaguely remember that you want to add a new button to the volume overview and that there was a simple solution using the image label features of the volume overview and a more complex solution with entirely new views. Once I know again what you want, I'll describe how you can implement it. Did you also have a look at the tutorial about module develoment? |
Beta Was this translation helpful? Give feedback.
-
Ok, no problem, The page layout I want is similar to the Biigle annotation interface, the left is the picture display area, the right is the label selection area, after the label selection will appear a picture backward sliding button, the page I wrote a little with Vue roughly, almost like this: https://4frcy2-5173.csb.app/ |
Beta Was this translation helpful? Give feedback.
-
Of course, this page in URI is just an example to explain the elements in the page, and it will use the interface style that incorporates Biigle later |
Beta Was this translation helpful? Give feedback.
-
Ah yes, for the completeness of the module functionality, we added a training function that allows the user to manually label the images to train the network again and improve the generalization ability of the network. This is called label selection because our CNN can only recognize the labels specified by the network. I put all these specified labels into a label tree, and when the user chooses to use the training function for the labeling session, the system will automatically retrieve the contents of this label tree to show to the user for them to select the appropriate labels from these labels. for the image annotation, as you can see in the example I provided |
Beta Was this translation helpful? Give feedback.
-
Yeah, I agree with you, I will start firstly with MVP. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm currently facing an issue with integrating Laravel and Python, specifically regarding how Laravel can determine if Python scripts have completed execution. Currently, my tasks are running continuously, and I am unable to proceed to the next step. However, I can see the results in a JSON file located in the "tmp" path. |
Beta Was this translation helpful? Give feedback.
-
The python script are very simple like this, it is just for a test. images = params['images'] |
Beta Was this translation helpful? Give feedback.
-
Ok, I understand, thank you |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
because the program is still at "Label recognition in progress. |
Beta Was this translation helpful? Give feedback.
-
protected function parseLabels($images)
|
Beta Was this translation helpful? Give feedback.
-
here is my codes to readthe file, I am not sure whether if it dosen't work, because these path for files already existed in 'tmp' |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm happy to tell you that all the code for the interface and the database is working fine now, there is just one problem left, which is how to integrate the docker for the python environment used for label recognition into the application. Also, another problem is that the weight files for this network are up to 50 gigabytes, so maybe we need to find a place on the server to store them. In my localhost biigle application, the python executor is a very simple version that doesn't even run maia properly, and I'm just using very simple python code right now to make sure to run all the interfaces and databases without problems. So I would like to ask some questions about python environment and docker integration, thank you very much for your answer. In the meantime, you can find all the updated code at the github link: https://github.com/Zuoyu2524/abysses. Wish you happy holidays! |
Beta Was this translation helpful? Give feedback.
-
Hello, ok, thank you very much, I will try this! |
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a little question that I can now successfully build the gpu-docker, but the peoblem is in biigle application, when running the scripts, the core didn't use the gpu-worker, so not deep learning environments, I try to make some changes to config but no success, the logs of docker show bellow:
|
Beta Was this translation helpful? Give feedback.
-
Yes, you're right, I really don't have a GPU configuration on my computer at the moment, that should be the problem, thank you! |
Beta Was this translation helpful? Give feedback.
-
I tried many examples of common Blade templates interacting with Vue JS, but was not able to successfully bring up the desired interface, and the approach I used was as follows:
Beta Was this translation helpful? Give feedback.
All reactions