pid_reader
pid_reader copied to clipboard
Piping and instrumentation diagram reader
I am looking for symbols.csv for data generation. I can't find this file. Please point out the file location or provide the file.
/symbol_libraries/png this folder, along with the images are missing. Is there some way to generate them?
Hey! Are you still active on this Project ?
Hi, Thanks for the nice work. I got stuck with the data generation. I tried to import the 'symbols.csv' file, i assume this would be the 'blocked_symbols.csv' file under metadata?...
The training material generation could be focused in the classes that are problematic for the model. This focused training material will be generated as the model is trained, although there...
Test out with real diagram portions. - Make sure that the trained model has all the symbols needed. - Check out the image dimension. Make sure it can detect symbols...
Visualize the training material generated to discover problems. Seems that the problem with symbols out of the visible region could be still there. I need to make sure that the...
The classification examples could be harder, do the following: - Random position of the symbol. - Lines connecting and around the symbols. - Change the font around the symbols.
Check out the default data augmentation in the classifier, the center and crop and other can actually harm the classification if the symbol gets out of the scope.
Have a look at the last layers, check out last section of https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/inference_tf2_colab.ipynb