Pixel2Mesh icon indicating copy to clipboard operation
Pixel2Mesh copied to clipboard

demo.py: error: unrecognized arguments: --image Data/examples/plane.png

Open shayansep opened this issue 6 months ago • 0 comments

hello

i receive an error when i want to run the demo.py : usage: demo.py [-h] [--layer_id LAYER_ID] demo.py: error: unrecognized arguments: --image Data/examples/plane.png

i even changed the tenserflow import to this :

import argparse

parser = argparse.ArgumentParser() parser.add_argument('--layer_id', type=int, default=0, help='Unique ID for the layer')

args = parser.parse_args()

but i still receive it what should i do ? please guide me, thank you for your attention

shayansep avatar Aug 15 '24 03:08 shayansep