-
Notifications
You must be signed in to change notification settings - Fork 105
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
Custom Data Resolution for Training #67
Comments
I'm very interested in hearing what @chenwydj has to say about this. |
hey @Gaussianer did you manage to trans FasterSeg with customdataset following guidelines in #46 ? |
Hey @EmersonJr , |
However, we cannot yet provide any information in the repo about how far the code has to be adapted to the resolution. |
no worries @Gaussianer thanks for replying here :) I got some questions you probably could help since you did custom training , i'm jus not sure here is the best place though but anyways... I basically want to train FasterSeg with custom dataset as well, but my classes has nothing to do with any of the Cityscapes classes, my classes are: Sugar Cane and Weeds (should I count Background for the number of clasess as well?) What should I change in your repo code to train with dataset containing these images? |
On the one hand you have to create the dataset according to the description. For this you have to generate the provided labelDefinitions.csv according to the template. Here you can also see the corresponding attributes for the background (unlabeled). Just try to go through our description, maybe some parts are not documented yet, if you have problems, please contact me. Then I can also improve it, so that others can profit from it. |
Thanks @Gaussianer
Created that way cause my background (unlabeled) pixels on I also did edit
Btw the container i'm running stems from installation by Dockerfile process. If I follow the same steps and run the training command above in your provided image from Dockerhub it doesn't detect TensorRT is installed and I get this error:
So i'm following with the first container. Do you have any idea what's happening in this case? |
@EmersonJr Did you install the Docker NVIDIA container runtime as in the installation description? Regarding TensorRT. Yes we had to remove TensorRT from the environment because it always led to errors during training. |
@Gaussianer I noticed that I didn't by mistake. Installed now and retried training but it's still giving the same error. (yes, I did restart Docker service, rebooted, even ran a new container). Have any ideas? |
@EmersonJr Have you installed the appropriate graphics card driver as well as CUDA 10.1 and CUDNN? We have provided a guide for CentOS 7 for the setup with Podman. |
Hello @chenwydj,
We have already asked how we train FasterSeg with Custom Data, see here. However, we would still have a question regarding the image resolution and the necessary adjustments in the code. We have found several places that match the image resolution or at least have a correlation with it. See here, here, here, here, here, here, here, here, here, here and here.
Do all these values need to be adjusted to the resolution of the data set?
Thank you for providing FasterSeg and the support from your side.
The text was updated successfully, but these errors were encountered: