DOTA_devkit icon indicating copy to clipboard operation
DOTA_devkit copied to clipboard

No such file or directory Task1/Task1_pane.txt

Open NourO93 opened this issue 5 years ago • 2 comments
trafficstars

I am trying to execute demo.ipynb using Jupyter notebook on Ubuntu. when I try to execute these lines:

til.groundtruth2Task1(r'examplesplit/labelTxt', r'Task1') mergebypoly(r'Task1', r'Task1_merge') util.Task2groundtruth_poly(r'Task1_merge', r'restoredexample/labelTxt')

It gives me the following error: No such file or directory Task1/Task1_plane.txt

I indeed have so such files, but I am not sure where I am supposed to get them from. Can someone help me with this?

Thanks.

NourO93 avatar Dec 10 '19 08:12 NourO93

I am trying to execute demo.ipynb using Jupyter notebook on Ubuntu. when I try to execute these lines:

til.groundtruth2Task1(r'examplesplit/labelTxt', r'Task1') mergebypoly(r'Task1', r'Task1_merge') util.Task2groundtruth_poly(r'Task1_merge', r'restoredexample/labelTxt')

It gives me the following error: No such file or directory Task1/Task1_plane.txt

I indeed have so such files, but I am not sure where I am supposed to get them from. Can someone help me with this?

Thanks.

u must make empty folder in your directory

mmoghadam11 avatar Jul 13 '21 11:07 mmoghadam11

Before going on, first create folder to store the merge data

  mkdir Task1
  mkdir Task1_merge
  mkdir restoredexample/labelTxt

AkashahS avatar Mar 13 '24 07:03 AkashahS