Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Project-AgML/AgML into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
naitikjain3071 committed Oct 14, 2024
2 parents fe6bf95 + 129d92a commit dc52570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.6.1'
__version__ = '0.6.2'
__all__ = ['data', 'synthetic', 'backend', 'viz', 'io']


Expand Down
2 changes: 1 addition & 1 deletion agml/data/exporters/yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def export_yolo(dataset, yolo_path=None):
""".format(yolo_data_path, os.path.join(yolo_path, 'data', 'dataset.yaml'))
log(information)

return yolo_data_path
return {'dataset_path': yolo_data_path, 'metadata_path': os.path.join(yolo_path, 'data', 'dataset.yaml')}



0 comments on commit dc52570

Please sign in to comment.