Skip to content

v1.24.0

Compare
Choose a tag to compare
@linjiX linjiX released this 12 Apr 11:59
· 21 commits to v1.24.x since this release

New Features:

Bug Fixes:

  • Fix the incorrect parentCategories of nuImages dataloader (#1192)
  • Fix the incorrect creation form of frames in nuImages dataloader (#1218)
  • Remove the space in the category names of VGGFace2 dataloader (#1201)
  • Fix the NoneType error in Job.update (#1200)
  • Remove the space in the remote path of CarConnection dataloader (#1204)
  • Add the missing job type to job system (#1233, #1242, #1239)

Improvements:

  • Replace . with - in attribute names of nuImages dataloader (#1226)
  • Move method retry from Job to SquashAndMergeJob (#1247)
  • Refine the error message when calling unimplemented get_callback_body method (#1246)

Documentation:

  • Add the doc about "BasicSearch" and "SearchResult" (#1229, #1241)
  • Use Sphinx "List Table" directive to generate tables (#1193)
  • Reconstruct "Fusion Dataset" in chapter "Advanced Features" (#1210)
  • Refine the docs (#1228, #1198, #1214, #1221, #1237)