gireek

Results 9 comments of gireek

I have the same question. Please share how did you get keypoints on your own data.

I have the same question. Please share how did you get keypoints on your own data.

@richardaecn @KMnP This is how I called the inference: ` !python ./inference.py \ --checkpoint_path="./projects/fashionpedia/fashionpedia-spinenet-143/model.ckpt"\ --label_map_file="./projects/fashionpedia/dataset/fashionpedia_label_map.csv"\ --image_file_pattern="./nord1.jpeg" \ --output_html="./test.html" \ --max_boxes_to_draw=10 \ --min_score_threshold=0.05 ` and this is the error: Please guide...

And when I do inference with model type attribute_mask_rcnn like the following ``` !python ./inference.py \ --model="attribute_mask_rcnn" \ --checkpoint_path="./projects/fashionpedia/fashionpedia-spinenet-143/model.ckpt"\ --label_map_file="./projects/fashionpedia/dataset/fashionpedia_label_map.csv"\ --image_file_pattern="./nord1.jpeg" \ --output_html="./test.html" \ --max_boxes_to_draw=10 \ --min_score_threshold=0.05 ``` I get...

@mitraavi @KMnP @richardaecn request you to verify the inference call in last 2 comments and suggest what changes should be made. Parameter restoring from model did not fail for you...

@KMnP @richardaecn @mitraavi @amrahsmaytas Please provide any guidance on this issue.

Hi @KMnP @richardaecn by when can we expect that code. Thank you

Hi @apsdehal Is there a colab for loading a dataset on similar lines with the hateful memes dataset where there is an image and a text and you just have...

@hacker-wei I have the same question. Please share how did you get keypoints on your own data.