-
Notifications
You must be signed in to change notification settings - Fork 25
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
Installation issue: #9
Comments
PLease suggest me what could be missing. I would be glad to get the issue solved asap, so that I can use the repository for panoptic segmentation of my custom dataset. |
hi @nakul3112 , you can refer this also. |
Here are more queries?
Hope to get response at your earliest. |
Also, how do I train the model for my custom dataset? Any lead on this would be useful |
The docker is basically use to set your environment which you are working on. I installed seperately those libraries which are required. |
Those 7 classes are for semantic |
So for developing training pipeline, once we have training images and their ground truth labels, what kind of |
This repository is trained on cityscapes dataset. So, if your 7 classes is in the [ 'road', 'sidewalk', 'building', 'wall', 'fence', 'pole', 'traffic light', 'traffic sign', 'vegetation', 'terrain', 'sky', 'person', 'rider', 'car', 'truck', 'bus', 'train', 'motorcycle', 'bicycle', 'void'], then you don't need to train model again. Just null all the other classes. |
@pushkar-khetrapal Where can I find those pretrained model, so that I can train further for my custom dataset and classes? |
@pushkar-khetrapal Also, I read that for training the images, we need the data in pixel-wise annotated format. Is possible to expedite the process of having train images with annotation format that Panoptic segmentation requires? |
@nakul3112 The panoptic is made up of semantic + instance segmentation. There will be more than one head. You can use cityscapes dataset. It's easy but you need a lot of resources to train a panoptic model. Every repository provides trained weights, you can use those weights instead of training model from scratch. You can eliminate those classes which you don't need. |
Actually, my dataset has all classes related to vegetation and flowers. Could I still use pretrained weights? |
@pushkar-khetrapal Here is the thing, basically I want to use the pretrained model/backbone from this repository, and use that to classify my 7 classes with bounding boxes. So what could be the next steps to acheive it? |
Added libgl1-mesa-glx for fixing issue TRI-ML#9
Enter the docker using interactive mode, then pip install opencv-python. This resolved my error. |
@jinensetpal Can you please elaborate more on it? such as the steps and commands that you use. Sorry I'm new to Docker. Thanks in advance! |
@Congdinh1801 Interactive mode on Docker essentially gives you access to the shell of the environment. Once the docker is running, you can enter interactive mode. To access interactive mode, run:
From there, fulfill the unmet dependency using |
Hi, I recently tried cloning the repository and make docker-build.
After that, when I ran the command for testing
make docker-run-test-sample
, I got following error.The text was updated successfully, but these errors were encountered: