Monk

Results 9 issues of Monk

The model is a train on ILSVRC2012. Could someone please help me out in clarifying how to train it on my custom dataset?

I am using DemoInteractiveColorization.ipynb. I want to use a dark shade for colorization but the last parameter in the put_point function is a list with 2 values as AB from...

Is it possible to retain the colors, if user points ain't selected from the region in a image? For example :- **Original Image** ![Delaney_Fracture](https://user-images.githubusercontent.com/31795933/98800779-ded0ec80-2436-11eb-9ad2-a555cd0eb9c6.jpg) **Result** ![Delaney_Fracture](https://user-images.githubusercontent.com/31795933/98800965-25bee200-2437-11eb-9888-99c75165bf0d.jpg) I have applied the...

I have the dataset with the image and mask pair. Dataset the as only 1 label. Can you help me with the parameters to be updated for the training Deeplabv3+...

Thanks for an amazing repository. How can I test the result with Cityscapes pre-trained weights for the single image?

Cannot load image “./darknet/dataset/z115.jpg” STB Reason: can't fopen The darknet directory contains the following: - dataset directory: It includes all the annotated data. ![annotated image text format for yolo](https://user-images.githubusercontent.com/31795933/55579421-d03c3280-5735-11e9-9bac-ec120bac46b2.png) -...

Thanks for the amazing work. I tried the running test.py on nyu dataset and blended the seg to check the alignment. It seems to be going off. Can you suggest...

question

How do I run test.py with the Cityscapes dataset? I have downloaded the gtFine_trainvaltest.zip from the cityscapes site. Could you please walk through the steps?

Thank you for your great repo! I have combined Yolov3 and deep sort algorithm to track the person in the video. In the case of occlusion, ID is either changed...