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

coco path #61

Closed
mama110 opened this issue Jun 10, 2019 · 3 comments
Closed

coco path #61

mama110 opened this issue Jun 10, 2019 · 3 comments

Comments

@mama110
Copy link

mama110 commented Jun 10, 2019

I meet this error when I'm trying to train the coco dataset:

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/coco/annotations/instances_train2014.json'

Where can I modify the path of coco dataset?

P.s. my coco dataset path is /home/kun/dataset/MSCOCO2014

@tianzhi0549
Copy link
Owner

@mama110 Please follow the instructions in Perform training on COCO dataset in https://github.com/tianzhi0549/FCOS/blob/master/MASKRCNN_README.md.

@mama110
Copy link
Author

mama110 commented Jun 11, 2019

Thanks.@tianzhi0549

@mama110 mama110 closed this as completed Jun 11, 2019
@66mengyu
Copy link

hello,when I use the gempy to load the data,the data files and code file in the one ,but all the time happen the following errors.
code:geo_data = gp.create_data(extent = [0,1000,0,1000,0,1000],
resolution = [50, 50, 50],
path_o = 'model1_orientations.csv',
path_i = 'model1_surface_points.csv')
errors:
File "D:\anaconda\install\lib\site-packages\pandas\io\common.py", line 707, in get_handle
newline="",

FileNotFoundError: [Errno 2] No such file or directory: 'model1_surface_points.csv'
why?please help me.

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

3 participants