Skip to content
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

windows #15

Closed
LKHZ opened this issue Jun 30, 2022 · 14 comments
Closed

windows #15

LKHZ opened this issue Jun 30, 2022 · 14 comments

Comments

@LKHZ
Copy link

LKHZ commented Jun 30, 2022

Is it available on Windows?

@EthanHNguyen
Copy link
Collaborator

Hi @LKHZ. Thanks for your interest in our project.

Unfortunately, we do not have experience using CircleNet on windows but it may work with some workarounds. The project is based on CenterNet. You can find their workaround here

@EthanHNguyen
Copy link
Collaborator

There is also a Google Colab notebook you can use: https://github.com/hrlblab/CircleNet/blob/master/src/circle_net_demo.ipynb

@LKHZ
Copy link
Author

LKHZ commented Jul 1, 2022

Ok,thank you!
Does 'Google Colab' run locally?

@LKHZ
Copy link
Author

LKHZ commented Jul 1, 2022

image
I don't know why this issue?

@LKHZ
Copy link
Author

LKHZ commented Jul 1, 2022

My environment is configured, but I have some confusion about the data set. I don't quite understand the information represented by some indexes in the JSON file, could you please explain it.
image

@EthanHNguyen
Copy link
Collaborator

Ok,thank you! Does 'Google Colab' run locally?

Not natively. You can probably adapt the code to run natively.

If you're just experimenting with the code, then I recommend using Google Colab. let me know if you need help setting it up.

@EthanHNguyen
Copy link
Collaborator

image I don't know why this issue?

What version of CUDA are you using?

@EthanHNguyen
Copy link
Collaborator

EthanHNguyen commented Jul 1, 2022

but I have some confusion about the data set. I don't quite understand the information represented by some indexes in the JSON file, could you please explain it.

Yes, no worries. The JSON file follows COCO convention. Our JSON contains some extra annotations but here are the important ones for CircleNet. Each id describes one annotated object.

  • area : how much area the segmentation takes up
  • bbox: the bounding box of the annotated object
  • segmentation: the annotated segmentation of the objects
  • extreme_points: not used in circlenet but rather extremenet. Describes the min/max x,y points
  • iscrowd: not used in circlenet but rather for panoptic segmentation

You can read this article to understand how COCO annotations are generated.

@LKHZ
Copy link
Author

LKHZ commented Jul 4, 2022

Thank you very much for your reply. I have made clear about the coco data set. Now I have made my own data set, and the training is to run main.py file is OK? Then evaluate the model and run the demo.py file?

@EthanHNguyen
Copy link
Collaborator

Yes, that works. You can also look at this file for the training and test commands I use.

https://github.com/hrlblab/CircleNet/blob/master/experiments/circledet_monuseg_dla.sh

@EthanHNguyen
Copy link
Collaborator

EthanHNguyen commented Jul 4, 2022

You can also use main.py to train, test, and create visualizations. To see the options, take a look at this file.

@LKHZ
Copy link
Author

LKHZ commented Jul 13, 2022

I have a new question, Can demo.py only run one image? I set the --demo path as a folder, but it only displays one image. I don't quite understand.
I'm looking forward to your reply.

@EthanHNguyen
Copy link
Collaborator

EthanHNguyen commented Jul 14, 2022

I haven't used demo.py to run a folder of images. Try setting this parameter.

Let me know if that does not work, and I'll be happy to look more carefully into it.

@LKHZ
Copy link
Author

LKHZ commented Jul 15, 2022

OK, after setting the parameters, it can be displayed normally.

Thank you very much for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants